Skip to content
Snippets Groups Projects
Commit a6762595 authored by Alfredo Sumaran's avatar Alfredo Sumaran
Browse files

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
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment