Reduce webpack outpout
This commit is contained in:
@ -42,7 +42,12 @@ const envConfig = module.exports = {
|
|||||||
Sentry: '@sentry/browser',
|
Sentry: '@sentry/browser',
|
||||||
Sortable: 'sortablejs',
|
Sortable: 'sortablejs',
|
||||||
})
|
})
|
||||||
]
|
],
|
||||||
|
performance: {
|
||||||
|
// Turn off size warnings for large assets
|
||||||
|
hints: false
|
||||||
|
},
|
||||||
|
stats: 'minimal'
|
||||||
}
|
}
|
||||||
|
|
||||||
module.exports = merge(webpackConfig, envConfig)
|
module.exports = merge(webpackConfig, envConfig)
|
||||||
|
Reference in New Issue
Block a user