0.12.2 • Published 5 years ago

webpack-browser-sync v0.12.2

Weekly downloads
53
License
WTFPL
Repository
github
Last release
5 years ago

Webpack Browser-sync

A webpack@1&2 dev server with browser-sync

Build Status NPM Dependencies License

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