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:
authorTim Zallmann <tzallmann@gitlab.com>2017-07-24 18:21:05 +0300
committerTim Zallmann <tzallmann@gitlab.com>2017-07-24 18:21:05 +0300
commitfef5a4fddd6ba0d152c553ab2b1667497400c062 (patch)
treede3c835fd6b1c518221326471762c020fb0c711b /config/webpack.config.js
parentc2c8d7ffabaeb6514f7bf15fb5330c8402d80333 (diff)
How to Merge to external File
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index a7d92bc53b7..f08daa2fddb 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -42,6 +42,7 @@ var config = {
group: './group.js',
groups: './groups/index.js',
groups_list: './groups_list.js',
+ how_to_merge: './how_to_merge.js',
issue_show: './issue_show/index.js',
integrations: './integrations',
job_details: './jobs/job_details_bundle.js',