@io-arc/webpack-settings
Webpack build settings.
See the documents.
Install
$ npm i @io-arc/webpack-settings
Usage
import { stats, performance, progressBar } from '@io-arc/webpack-settings'
import progressBarPlugin from 'progress-bar-webpack-plugin'
export default {
// (abbreviation)
stats: stats(),
performance: performance(),
plugins: [new progressBarPlugin(progressBar('task name'))]
}