mirror of
https://github.com/nuxt/nuxt.git
synced 2025-02-17 14:11:07 +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,
|
vendor: true,
|
||||||
commons: true,
|
commons: true,
|
||||||
runtime: true,
|
runtime: true,
|
||||||
layouts: true
|
layouts: false
|
||||||
},
|
},
|
||||||
babel: {
|
babel: {
|
||||||
babelrc: false
|
babelrc: false
|
||||||
|
Loading…
Reference in New Issue
Block a user