diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-10-11 14:03:19 -0500 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-10-11 14:03:19 -0500 |
commit | 16a97d644c442f67ff23caa4d744d8cfa06f144b (patch) | |
tree | e1c07b07361a8cf29994a57d3f996c6e19a46ec5 /config | |
parent | efeaf3bd41e60be1405b7e3ccfcfb6cb4747518c (diff) | |
download | gitlab-ce-16a97d644c442f67ff23caa4d744d8cfa06f144b.tar.gz |
Removed d3.js from the users and graphs bundle39033-d3-js-is-being-included-in-the-user_profile-and-graphs_show-bundles
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 8cded750a66..a71794b379d 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -84,6 +84,7 @@ 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', performance_bar: './performance_bar.js', webpack_runtime: './webpack.js', }, @@ -215,7 +216,9 @@ var config = { name: 'common_d3', chunks: [ 'graphs', + 'graphs_show', 'monitoring', + 'users', ], }), |