mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 22:25:12 +00:00
misc: disable splitChunks for layouts by default
This commit is contained in:
parent
0ce8d88f38
commit
0b2025e117
@ -42,7 +42,7 @@ export default {
|
||||
vendor: true,
|
||||
commons: true,
|
||||
runtime: true,
|
||||
layouts: true
|
||||
layouts: false
|
||||
},
|
||||
babel: {
|
||||
babelrc: false
|
||||
|
Loading…
Reference in New Issue
Block a user