set automaticNameDelimiter to something better

This commit is contained in:
Pooya Parsa 2018-03-28 10:27:46 +04:30
parent aad15b5a5c
commit c37992f4c6
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export default {
optimization: { optimization: {
splitChunks: { splitChunks: {
chunks: 'all', chunks: 'all',
automaticNameDelimiter: '.',
cacheGroups: {} cacheGroups: {}
} }
}, },