weex-rx-webpack-plugin

0.3.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i weex-rx-webpack-plugin

Weekly Downloads

6

Version

0.3.1

License

none

Last publish

Collaborators

  • hugohua
  • yuanyan