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:
authorMike Greiling <mike@pixelcog.com>2018-02-28 09:57:52 +0300
committerMike Greiling <mike@pixelcog.com>2018-02-28 09:57:52 +0300
commit77926bc29db638f50cf322f91913f5a68228b1ea (patch)
tree303dc86773ee59ee6dbae7d5532507acd4ff5aff /config
parent182ed522152f2679fb035a331ec4ff92b0075d1a (diff)
remove unused project_import_gl webpack bundle
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 1f7387dece5..7e2a2d7e3b4 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -52,7 +52,6 @@ function generateEntries() {
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines_details: './pipelines/pipeline_details_bundle.js',
- project_import_gl: './projects/project_import_gitlab_project.js',
protected_branches: './protected_branches',
protected_tags: './protected_tags',
registry_list: './registry/index.js',