include vue_shared scripts within common_vue chunk

This commit is contained in:
Mike Greiling 2017-03-02 00:58:47 -06:00
parent 7f22c39a25
commit 5f464f98f1
1 changed files with 3 additions and 1 deletions

View File

@ -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