1.0.2 • Published 5 years ago

@zhangcheck/mp-webpack-plugin v1.0.2

Weekly downloads
1
License
MIT
Repository
-
Last release
5 years ago

mp-webpack-plugin-react

介绍

一个用于将 react 转化成小程序代码的 webpack 插件。

安装

npm install --save-dev mp-webpack-plugin-react

扩展功能

1,支持子页面(多级路由)

入口文件以'page1.js'命名时,生成 '/pages/page1/index'的路由;

当入口文件以 'page1.page2.js' 形式命名是,将生成'/pages/page1/page2/index' 的路由;