diff options
author | Phil Hughes <me@iamphill.com> | 2018-01-11 12:38:30 +0000 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2018-01-16 16:45:33 +0000 |
commit | b69d7ac3c9de7b0ba3e60ede70f1de630a53dfe6 (patch) | |
tree | d6169abee8bc535276d3118665b9d15ab649dc43 /config | |
parent | f084525fe4cceee1c6c3d86d5bd3150fa6334e42 (diff) | |
download | gitlab-ce-b69d7ac3c9de7b0ba3e60ede70f1de630a53dfe6.tar.gz |
Added dispatcher imports for some project routes
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
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', |