diff options
author | Bob Van Landuyt <bob@gitlab.com> | 2017-06-07 20:13:44 +0000 |
---|---|---|
committer | Douwe Maan <douwe@gitlab.com> | 2017-06-07 20:13:44 +0000 |
commit | bdebe849b8251f390378dd446d9022fca1b2d55c (patch) | |
tree | 770a9e8312e376c46fd8a2d033de81bc5184a6e2 /config | |
parent | c17c7c29d7e562b1661397ac4c1af4044c3ac7cb (diff) | |
download | gitlab-ce-bdebe849b8251f390378dd446d9022fca1b2d55c.tar.gz |
Translate project & repository pages
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 10 |
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'], }), ], |