mirror of
https://github.com/nuxt/nuxt.git
synced 2024-11-23 14:15:13 +00:00
set automaticNameDelimiter to something better
This commit is contained in:
parent
aad15b5a5c
commit
c37992f4c6
@ -57,6 +57,7 @@ export default {
|
|||||||
optimization: {
|
optimization: {
|
||||||
splitChunks: {
|
splitChunks: {
|
||||||
chunks: 'all',
|
chunks: 'all',
|
||||||
|
automaticNameDelimiter: '.',
|
||||||
cacheGroups: {}
|
cacheGroups: {}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user