format config
This commit is contained in:
+1
-1
@@ -37,7 +37,7 @@ module.exports = {
|
||||
minChunks: 2
|
||||
},
|
||||
'vendors-bundle': {
|
||||
name: (module, chunks, cacheGroupKey) => {
|
||||
name: (module, chunks) => {
|
||||
const allChunksNames = chunks.map((item) => item.name).join('-');
|
||||
return `vendors-${allChunksNames}-bundle`;
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user