Weex Webpack Plugin for Rx
build rx project to weex.
Installation
npm i --save-dev weex-rx-webpack-plugin
Usage
Include the following in your Webpack config.
var WeexRxWebpackPlugin = ; ... plugins:
Options
option | description | type | Default |
---|---|---|---|
addWebLoader | set true , will add web loader to bundle | boolean | false |
Example
addWebLoader : true
License
GPL-3.0