diff --git a/config/webpack/webpack.config.js b/config/webpack/webpack.config.js index 03080f1c..2affdfc8 100644 --- a/config/webpack/webpack.config.js +++ b/config/webpack/webpack.config.js @@ -42,7 +42,12 @@ const envConfig = module.exports = { Sentry: '@sentry/browser', Sortable: 'sortablejs', }) - ] + ], + performance: { + // Turn off size warnings for large assets + hints: false + }, + stats: 'minimal' } module.exports = merge(webpackConfig, envConfig)