0.3.1 • Published 9 years ago

weex-rx-webpack-plugin v0.3.1

Weekly downloads
5
License
-
Repository
github
Last release
9 years ago

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

optiondescriptiontypeDefault
addWebLoaderset true , will add web loader to bundlebooleanfalse

Example

new WeexRxWebpackPlugin({
    addWebLoader : true
})

License

GPL-3.0

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.1

9 years ago

0.1.0

9 years ago