weex-rx-webpack-plugin
v0.3.1
Published
weex webpack plugin for Rx framework
Readme
Weex Webpack Plugin for Rx
build rx project to weex.
Installation
npm i --save-dev weex-rx-webpack-pluginUsage
Include the following in your Webpack config.
var WeexRxWebpackPlugin = require("weex-rx-webpack-plugin");
...
plugins: [
new WeexRxWebpackPlugin()
]Options
| option | description | type | Default | |-------------|----------------|--------------------|--------------| | addWebLoader | set true , will add web loader to bundle | boolean | false |
Example
new WeexRxWebpackPlugin({
addWebLoader : true
})
License
GPL-3.0
