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:
authorPhil Hughes <me@iamphill.com>2017-04-18 16:55:09 +0300
committerPhil Hughes <me@iamphill.com>2017-04-18 16:55:09 +0300
commit7963c2c25114e871eb42c0859b6d24fc37437a8a (patch)
tree490a40d05bc071d93db865c3d46c9407fad33673 /config/webpack.config.js
parent90ba69d224eb7ef3d91332f1b7944c68ad16affd (diff)
Added Vue filters & directives for translating
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index df7b43cf053..92ecba45d6e 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -150,6 +150,14 @@ var config = {
new webpack.optimize.CommonsChunkPlugin({
names: ['main', 'common', 'runtime'],
}),
+
+ // locale common library
+ new webpack.optimize.CommonsChunkPlugin({
+ name: 'locale',
+ chunks: [
+ 'cycle_analytics',
+ ],
+ }),
],
resolve: {