diff options
author | Kushal Pandya <kushal@gitlab.com> | 2017-03-21 21:23:31 +0530 |
---|---|---|
committer | Kushal Pandya <kushal@gitlab.com> | 2017-03-21 21:23:31 +0530 |
commit | 99859b01f4dad72dc51c0765db89800915a94f36 (patch) | |
tree | b3d6be55f4063b7ee808c3f7fd5fb17f0ad16786 /config | |
parent | 0fd2fd652a18ccceb725ce2f8f7683ad6ad3c224 (diff) | |
download | gitlab-ce-99859b01f4dad72dc51c0765db89800915a94f36.tar.gz |
Add protected tags to bundle config18471-restrict-tags-push-ui
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index c6794d6b944..d861fa0c7a4 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -39,6 +39,7 @@ var config = { network: './network/network_bundle.js', profile: './profile/profile_bundle.js', protected_branches: './protected_branches/protected_branches_bundle.js', + protected_tags: './protected_tags/protected_tags_bundle.js', snippet: './snippet/snippet_bundle.js', terminal: './terminal/terminal_bundle.js', u2f: ['vendor/u2f'], |