diff options
author | Clement Ho <clemmakesapps@gmail.com> | 2018-03-02 16:28:26 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-03-02 16:28:26 +0000 |
commit | 834f4de181c07d527b9b91d889e0c5b6da8440c4 (patch) | |
tree | 348c9666d2c927da8c4f26094e4062bae82cef4d /config/webpack.config.js | |
parent | 9b704ef327cc0224bf09c1e8d8d27df88ab13734 (diff) | |
download | gitlab-ce-834f4de181c07d527b9b91d889e0c5b6da8440c4.tar.gz |
Remove protected branches webpack bundle tag
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 6d672ff00ba..32c972f4dd3 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -45,7 +45,6 @@ function generateEntries() { const manualEntries = { monitoring: './monitoring/monitoring_bundle.js', mr_notes: './mr_notes/index.js', - protected_branches: './protected_branches', terminal: './terminal/terminal_bundle.js', two_factor_auth: './two_factor_auth.js', |