Commit a6762595 authored by Alfredo Sumaran's avatar Alfredo Sumaran

Merge branch 'backport-chart-changes' into 'master'

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

See merge request !10269
parents 7c2dd5d4 d0c9543b
......@@ -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