include vue_shared scripts within common_vue chunk
This commit is contained in:
parent
7f22c39a25
commit
5f464f98f1
1 changed files with 3 additions and 1 deletions
|
@ -112,7 +112,9 @@ var config = {
|
|||
'merge_conflicts',
|
||||
'vue_pipelines',
|
||||
],
|
||||
minChunks: Infinity,
|
||||
minChunks: function(module, count) {
|
||||
return module.resource && (/vue_shared/).test(module.resource);
|
||||
},
|
||||
}),
|
||||
|
||||
// create cacheable common library bundles
|
||||
|
|
Loading…
Reference in a new issue