spread out webpack bundles per-line to reduce conflicts in EE

This commit is contained in:
Mike Greiling 2017-03-27 16:11:02 -05:00
parent 7c2dd5d4f0
commit d0c9543b7e
1 changed files with 5 additions and 1 deletions

View File

@ -115,7 +115,11 @@ var config = {
// create cacheable common library bundle for all d3 chunks
new webpack.optimize.CommonsChunkPlugin({
name: 'common_d3',
chunks: ['graphs', 'users', 'monitoring'],
chunks: [
'graphs',
'users',
'monitoring',
],
}),
// create cacheable common library bundles