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