diff options
author | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-28 07:27:13 +0000 |
---|---|---|
committer | Tim Zallmann <tzallmann@gitlab.com> | 2017-07-28 07:27:13 +0000 |
commit | 7e17f9bc89b04496e062d56c119f75fbb3f81208 (patch) | |
tree | ceb96ee5f1d33f21ca66ab17707bc626685b9b89 /config | |
parent | b5aac468693f6ffaada170aebedc623768ce87d4 (diff) | |
parent | 288e8ea1e77d46197f6c93ae1f5d0f5cc810625f (diff) | |
download | gitlab-ce-7e17f9bc89b04496e062d56c119f75fbb3f81208.tar.gz |
Merge branch '35224-transform-user-profile-javascript-into-async-bundle' into 'master'
Resolve "Transform user profile javascript into async bundle"
Closes #35224
See merge request !12929
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index f08daa2fddb..41d3ed12b14 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -67,7 +67,6 @@ var config = { stl_viewer: './blob/stl_viewer.js', terminal: './terminal/terminal_bundle.js', u2f: ['vendor/u2f'], - users: './users/index.js', raven: './raven/index.js', vue_merge_request_widget: './vue_merge_request_widget/index.js', test: './test.js', @@ -185,7 +184,6 @@ var config = { name: 'common_d3', chunks: [ 'graphs', - 'users', 'monitoring', ], }), |