start-webpack
Webpack 3 task for Start. You might also need start-webpack-dev-server.
Install
npm install --save-dev start-webpack# or yarn add --dev start-webpack
Usage
;;;;; const start = ; const build = ;
See documentation for details.
Arguments
webpack(config, statsOptions)
config
– webpack configstatsOptions
– webpack stats options,{ colors: true }
by default