Reduce webpack outpout

This commit is contained in:
Sebastian Serth
2022-08-12 14:29:12 +02:00
parent 447c06f091
commit 6cff95a64b

View File

@ -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)