2.3.0 • Published 6 years ago

weinre-webpack-plugin v2.3.0

Weekly downloads
9
License
MIT
Repository
github
Last release
6 years ago

weinre-webpack-plugin

THIS SERVER SHOULD BE USED FOR DEVELOPMENT ONLY!

DO NOT USE IT IN PRODUCTION!

It's the integrated weinre for webpack.

install

npm install --save-dev weinre-webpack-plugin

usage

// webpack.config.js
+ const WeinreWebpackPlugin = require('weinre-webpack-plugin');
+ // default options for weinre
+ const opts = {
+   // httpPort: 8000,
+   // boundHost: '0.0.0.0',
+   verbose: false,
+   debug: false,
+   readTimeout: 5,
+ };
module.exports = {
  // ...
  plugins: [
+  new WeinreWebpackPlugin(opts)
  ]
}

more

2.3.0

6 years ago

2.2.3

6 years ago

2.2.2

6 years ago

2.2.1

6 years ago

2.1.0

6 years ago

2.0.3

6 years ago

2.0.2

6 years ago

2.0.1

6 years ago

2.0.0

6 years ago