Webpack config minify

// webpack.config.js
// non-minified:
mode: 'development'
// minified:
mode: 'production'
qpwo