summaryrefslogtreecommitdiff
path: root/config/webpack.config.js
diff options
context:
space:
mode:
authorConstance Okoghenun <cokoghenun@gitlab.com>2018-02-23 21:23:27 +0100
committerConstance Okoghenun <cokoghenun@gitlab.com>2018-02-23 21:23:27 +0100
commitfd598fd6bda91343d7e271c0fe485ead9e0011d2 (patch)
tree62e7eacb8bbdd5b54f555e97c14c98ec96223280 /config/webpack.config.js
parent132452a6c17704159a0f99fc04b290a3fc1e2f59 (diff)
downloadgitlab-ce-fd598fd6bda91343d7e271c0fe485ead9e0011d2.tar.gz
Removed protected_tags webpack bundle
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 9db6ecd27af..7f3b279b062 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -71,7 +71,6 @@ var config = {
profile: './profile/profile_bundle.js',
project_import_gl: './projects/project_import_gitlab_project.js',
protected_branches: './protected_branches',
- protected_tags: './protected_tags',
registry_list: './registry/index.js',
sidebar: './sidebar/sidebar_bundle.js',
snippet: './snippet/snippet_bundle.js',