0.1.2 • Published 9 years ago

webpack-browser-sync v0.1.2

Weekly downloads
53
License
-
Repository
github
Last release
9 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
0.12.2

6 years ago

0.12.1

6 years ago

0.12.0

6 years ago

0.11.0

7 years ago

0.10.0

7 years ago

0.9.0

8 years ago

0.8.1

8 years ago

0.8.0

8 years ago

0.7.2

8 years ago

0.7.1

9 years ago

0.7.0

9 years ago

0.6.0

9 years ago

0.5.0

9 years ago

0.4.0

9 years ago

0.3.1

9 years ago

0.3.0

9 years ago

0.2.0

9 years ago

0.1.2

9 years ago

0.1.1

9 years ago

0.0.1

9 years ago

0.0.0

10 years ago