diff options
author | Jacob Schatz <jschatz@gitlab.com> | 2018-02-27 18:38:47 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-27 18:38:47 +0000 |
commit | d4867c518f2d72125c619c191fa9577dabb1ae9a (patch) | |
tree | 855fece1b8779fee6ae0780557ae15410f7855d9 /config | |
parent | 810986433eab68e98db56fb63902a8c0547752cb (diff) | |
parent | a9530519514f04fa6857efce743475ae8c68c047 (diff) | |
download | gitlab-ce-d4867c518f2d72125c619c191fa9577dabb1ae9a.tar.gz |
Merge branch 'remove-sidebar-bundle' into 'master'
Remove sidebar bundle webpack entry point
See merge request gitlab-org/gitlab-ce!17343
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 5e70995c4ab..cdeca3ecfd5 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -60,7 +60,6 @@ function generateEntries() { protected_branches: './protected_branches', protected_tags: './protected_tags', registry_list: './registry/index.js', - sidebar: './sidebar/sidebar_bundle.js', snippet: './snippet/snippet_bundle.js', sketch_viewer: './blob/sketch_viewer.js', stl_viewer: './blob/stl_viewer.js', |