webpack-browser-sync

0.12.2 • Public • Published

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

/webpack-browser-sync/

    Package Sidebar

    Install

    npm i webpack-browser-sync

    Weekly Downloads

    54

    Version

    0.12.2

    License

    WTFPL

    Unpacked Size

    30.1 kB

    Total Files

    21

    Last publish

    Collaborators

    • morlay_null