diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-02-28 21:53:35 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-28 21:53:35 +0000 |
commit | b50756401746d936cfe3eea5e0c6d300ab0db0eb (patch) | |
tree | 133a6306191e7a199e298c0849aa44920a52543c /config/webpack.config.js | |
parent | 891d13022deeebe5f44a2e0387f27a32c8e878e5 (diff) | |
parent | 9353c5c780c7af6d6ed3d6c501b155f82debc99c (diff) | |
download | gitlab-ce-b50756401746d936cfe3eea5e0c6d300ab0db0eb.tar.gz |
Merge branch 'pipelines_show_refactor' into 'master'
Refactor pipelines show for webpack bundle tag removal
See merge request gitlab-org/gitlab-ce!17127
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 0d2b5dd3fa7..56d83e0ba1d 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -48,7 +48,6 @@ function generateEntries() { mr_notes: './mr_notes/index.js', notebook_viewer: './blob/notebook_viewer.js', pdf_viewer: './blob/pdf_viewer.js', - pipelines_details: './pipelines/pipeline_details_bundle.js', protected_branches: './protected_branches', protected_tags: './protected_tags', registry_list: './registry/index.js', |