Webpack stats

This commit is contained in:
Jori Lallo
2018-01-03 17:35:51 -08:00
parent 7a7f8f7c53
commit c504bfdc83
3 changed files with 4 additions and 2 deletions

View File

@@ -15,6 +15,7 @@ productionWebpackConfig = Object.assign(commonWebpackConfig, {
filename: 'bundle.[hash].js',
publicPath: '/static/',
},
stats: "normal"
});
productionWebpackConfig.plugins.push(
new HtmlWebpackPlugin({