diff options
author | Mike Greiling <mike@pixelcog.com> | 2018-02-28 00:57:52 -0600 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2018-02-28 00:57:52 -0600 |
commit | 77926bc29db638f50cf322f91913f5a68228b1ea (patch) | |
tree | 303dc86773ee59ee6dbae7d5532507acd4ff5aff /config/webpack.config.js | |
parent | 182ed522152f2679fb035a331ec4ff92b0075d1a (diff) | |
download | gitlab-ce-77926bc29db638f50cf322f91913f5a68228b1ea.tar.gz |
remove unused project_import_gl webpack bundle
Diffstat (limited to 'config/webpack.config.js')
-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 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', |