diff --git a/client/webpack.config.js b/client/webpack.config.js index d6bf57f26d..f4c2068bca 100644 --- a/client/webpack.config.js +++ b/client/webpack.config.js @@ -81,6 +81,12 @@ module.exports = function exports() { aggregateTimeout: 300, }, + // Disable performance hints – currently there are much more valuable + // optimizations for us to do outside of Webpack + performance: { + hints: false + }, + stats: { // Add chunk information (setting this to `false` allows for a less verbose output) chunks: false,