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 19:00:44 +0300
committerPhil Hughes <me@iamphill.com>2017-04-18 19:00:44 +0300
commita3506a228723d7e31fb37580dcd3b30245436f22 (patch)
tree3ecfc67db826434ba6e472c8d21e3d12d4371946 /config/webpack.config.js
parent372841975feace348ffdcc14819b9c9a9da8b181 (diff)
Fixed missing text
Fixed duplicated time in dropdown
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 92ecba45d6e..f93f4d6cd5e 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -34,6 +34,7 @@ var config = {
graphs: './graphs/graphs_bundle.js',
groups_list: './groups_list.js',
issuable: './issuable/issuable_bundle.js',
+ locale: './locale/index.js',
merge_conflicts: './merge_conflicts/merge_conflicts_bundle.js',
merge_request_widget: './merge_request_widget/ci_bundle.js',
monitoring: './monitoring/monitoring_bundle.js',
@@ -52,7 +53,6 @@ var config = {
vue_pipelines: './vue_pipelines_index/index.js',
issue_show: './issue_show/index.js',
group: './group.js',
- locale: './locale/index.js',
},
output: {