Output minimal stats to the console during build

This commit is contained in:
Jason Miller
2018-04-17 14:07:57 -04:00
parent 896d267de5
commit 411614b731

View File

@@ -31,6 +31,7 @@ module.exports = function (_, env) {
mode: isProd ? 'production' : 'development',
entry: './src/index',
devtool: isProd ? 'source-map' : 'inline-source-map',
stats: 'minimal',
output: {
filename: isProd ? '[name].[chunkhash:5].js' : '[name].js',
chunkFilename: '[name].chunk.[chunkhash:5].js',