diff --git a/webpack.config.js b/webpack.config.js index 136e0af754..f3cffa0ea7 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -132,6 +132,11 @@ module.exports = { devServer: { // serve unwebpacked assets from webapp. contentBase: './webapp', + + stats: { + // don't fill the console up with a mahoosive list of modules + chunks: false, + }, }, };