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
path: root/config
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-02-20 22:51:42 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-02-20 22:51:42 +0300
commit520f407250470b94161724355208cb4ca073746c (patch)
tree747d293643c80c1f3cd7174c36dec43a4bcd6efd /config
parent0e2ba2326ca3ff499138cabb563a159b48631771 (diff)
parente345406cbc30e729d08be2fee06db331e69438b6 (diff)
Merge branch 'dispatcher-mr-haml' into 'master'
Add dispatcher imports for bundles used in merge request show path See merge request gitlab-org/gitlab-ce!17163
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 31b29075d62..fe2111d1a5c 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -63,7 +63,6 @@ var config = {
environments_folder: './environments/folder/environments_folder_bundle.js',
filtered_search: './filtered_search/filtered_search_bundle.js',
help: './help/help.js',
- how_to_merge: './how_to_merge.js',
issue_show: './issue_show/index.js',
job_details: './jobs/job_details_bundle.js',
locale: './locale/index.js',