mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-11 08:33:53 +00:00
perf: remove name from production chunks
This commit is contained in:
parent
182e3a552a
commit
992dd5f79c
@ -82,7 +82,8 @@ module.exports = function webpackClientConfig() {
|
||||
// Optimization
|
||||
config.optimization = {
|
||||
splitChunks: {
|
||||
chunks: 'all'
|
||||
chunks: 'all',
|
||||
name: false
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user