Webpack 3 task for Start. You might also need start-webpack-dev-server.
npm install --save-dev start-webpack
# or
yarn add --dev start-webpackimportStartfrom'start';importreporterfrom'start-pretty-reporter';importfilesfrom'start-files';importcleanfrom'start-clean';importwebpackfrom'start-webpack';conststart=Start(reporter());exportconstbuild=()=>start(files('build/'),clean(),webpack(require('conf/webpack.build')));See documentation for details.
webpack(config, statsOptions)
config– webpack configstatsOptions– webpack stats options,{ colors: true }by default