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:
authorAlfredo Sumaran <alfredo@gitlab.com>2017-06-08 18:15:27 +0300
committerAlfredo Sumaran <alfredo@gitlab.com>2017-06-08 18:15:27 +0300
commitb55bd9ef95734a6805b11a8a8322149e885425a6 (patch)
tree769f52169d7ad85d68aea3218c7e9116f9269b25 /config/webpack.config.js
parentc24b70682448f23d7eb01853026cfe6abdf86190 (diff)
parentb4972c4b237ad270ad1a4054c2fe2439d60ee06d (diff)
Merge branch 'master' into 25426-group-dashboard-ui
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 357193abbff..7501acb7633 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -185,15 +185,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'],
}),
],