weex-rx-webpack-plugin

weex webpack plugin for Rx framework


License
GPL-3.0
Install
npm install weex-rx-webpack-plugin@0.3.0

Documentation

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 = 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