Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMike Greiling <mike@pixelcog.com>2017-03-28 00:11:02 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-28 00:11:02 +0300
commitd0c9543b7ed2d63ec1d8d093facedc933318af77 (patch)
tree11a5525223cfa26f7144c4226eaf3c4940a11fbb /config
parent7c2dd5d4f0f138552cf9dd2b7f71eed09776810a (diff)
spread out webpack bundles per-line to reduce conflicts in EE
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 0859c8416c8..30e9e9c09b4 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -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