summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorFilipa Lacerda <filipa@gitlab.com>2018-01-18 16:58:46 +0000
committerFilipa Lacerda <filipa@gitlab.com>2018-01-18 16:58:46 +0000
commit1a3f3777586cdee0578f210b654196027fa6ed8b (patch)
treeba3ee23b76680b707d8369ce7efb1412408b8e4d /config
parent64379e3206ea6745816025a39aeaf045352a37d5 (diff)
parentc3f26b0aaff62db797dda69a43e9dc2a52f70e2f (diff)
downloadgitlab-ce-1a3f3777586cdee0578f210b654196027fa6ed8b.tar.gz
Merge branch 'dispatcher-projects' into 'master'
Added dispatcher imports for some project routes See merge request gitlab-org/gitlab-ce!16389
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 95fa79990e2..23784dd2a29 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -66,7 +66,6 @@ var config = {
pipelines_times: './pipelines/pipelines_times.js',
profile: './profile/profile_bundle.js',
project_import_gl: './projects/project_import_gitlab_project.js',
- project_new: './projects/project_new.js',
prometheus_metrics: './prometheus_metrics',
protected_branches: './protected_branches',
protected_tags: './protected_tags',