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
diff options
context:
space:
mode:
authorBob Van Landuyt <bob@gitlab.com>2017-06-07 23:13:44 +0300
committerDouwe Maan <douwe@gitlab.com>2017-06-07 23:13:44 +0300
commitbdebe849b8251f390378dd446d9022fca1b2d55c (patch)
tree770a9e8312e376c46fd8a2d033de81bc5184a6e2 /config/webpack.config.js
parentc17c7c29d7e562b1661397ac4c1af4044c3ac7cb (diff)
Translate project & repository pages
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js10
1 files changed, 1 insertions, 9 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 61f1eaaacd1..cbcf5ce996d 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -183,15 +183,7 @@ var config = {
// create cacheable common library bundles
new webpack.optimize.CommonsChunkPlugin({
- names: ['main', 'common', 'runtime'],
- }),
-
- // locale common library
- new webpack.optimize.CommonsChunkPlugin({
- name: 'locale',
- chunks: [
- 'cycle_analytics',
- ],
+ names: ['main', 'locale', 'common', 'runtime'],
}),
],