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
diff options
context:
space:
mode:
authorClement Ho <clemmakesapps@gmail.com>2018-03-02 19:28:26 +0300
committerJacob Schatz <jschatz@gitlab.com>2018-03-02 19:28:26 +0300
commit834f4de181c07d527b9b91d889e0c5b6da8440c4 (patch)
tree348c9666d2c927da8c4f26094e4062bae82cef4d /config/webpack.config.js
parent9b704ef327cc0224bf09c1e8d8d27df88ab13734 (diff)
Remove protected branches webpack bundle tag
Diffstat (limited to 'config/webpack.config.js')
-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 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',