diff options
author | Mike Greiling <mike@pixelcog.com> | 2017-07-18 17:27:01 -0500 |
---|---|---|
committer | Mike Greiling <mike@pixelcog.com> | 2017-07-18 17:27:01 -0500 |
commit | f2c0ab398eb71ba9549ebd6d70b7fa7c8707b380 (patch) | |
tree | d4676cd83df55f28e521fd790c4ab3b1d1561bae /config | |
parent | 339baf8f5d7716baa1a6924c94f1896cf8f6805f (diff) | |
download | gitlab-ce-f2c0ab398eb71ba9549ebd6d70b7fa7c8707b380.tar.gz |
refactor users bundle, remove inline javascript, and transform into an async chunk
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 1113241e402..98626d9fe73 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -66,7 +66,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', @@ -184,7 +183,6 @@ var config = { name: 'common_d3', chunks: [ 'graphs', - 'users', 'monitoring', ], }), |