mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-27 16:12:12 +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
|
// Optimization
|
||||||
config.optimization = {
|
config.optimization = {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all'
|
chunks: 'all',
|
||||||
|
name: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user