diff options
author | Constance Okoghenun <cokoghenun@gitlab.com> | 2018-02-15 23:07:04 +0000 |
---|---|---|
committer | Jacob Schatz <jschatz@gitlab.com> | 2018-02-15 23:07:04 +0000 |
commit | a68a2306e47f59865f134ef3f2bda6d54c5ee972 (patch) | |
tree | 82d8c969419c6cdc32da3c573658c3f3aaa351af /config/webpack.config.js | |
parent | 975dc69ec6a292fcdce380fc18940e735a3c2e6b (diff) | |
download | gitlab-ce-a68a2306e47f59865f134ef3f2bda6d54c5ee972.tar.gz |
Remove Webpack bundle tag for users:show
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 3fff808f166..3c581a156dd 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -99,7 +99,6 @@ var config = { vue_merge_request_widget: './vue_merge_request_widget/index.js', test: './test.js', two_factor_auth: './two_factor_auth.js', - users: './users/index.js', webpack_runtime: './webpack.js', }, |