Commit d0c9543b authored by Mike Greiling's avatar Mike Greiling

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

parent 7c2dd5d4
......@@ -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
......
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