Reduce webpack outpout
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user