Commit 5f464f98 authored by Mike Greiling's avatar Mike Greiling

include vue_shared scripts within common_vue chunk

parent 7f22c39a
...@@ -112,7 +112,9 @@ var config = { ...@@ -112,7 +112,9 @@ var config = {
'merge_conflicts', 'merge_conflicts',
'vue_pipelines', 'vue_pipelines',
], ],
minChunks: Infinity, minChunks: function(module, count) {
return module.resource && (/vue_shared/).test(module.resource);
},
}), }),
// create cacheable common library bundles // create cacheable common library bundles
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment