webpack-browser-sync
v0.12.2
Published
A webpack dev server with browser-sync
Downloads
74
Readme
Webpack Browser-sync
A webpack@1&2 dev server with browser-sync
Usage: webpack-browser-sync [options]
Options:
--config, -c path to webpack.config
[required] [default: "./webpack.config.js"]
--webpack enable webpack
[boolean] [default: true]
--index index.html relative path from webpackConfig.output.path
[string] [default: index.html]
--hot enable hot module replacement [need webpack enabled]
[boolean]
--proxy use proxy for remote debug [string]
--compress enable gzip [boolean]
--historyApiFallback enable history api fallback [boolean]
Notice
- only support node >= 6
output.publicPath
should not use remote url for development