summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJose Ivan Vargas Lopez <jvargas@gitlab.com>2017-03-20 19:54:03 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2017-03-20 19:54:03 +0000
commitb9120c77e934daa73855763a6ce0e9e734f6d228 (patch)
treef875c16ed94d681aafcbfe077e34ba99b5840fd8 /config
parent5bdab11f5ca35cc83b3b55d16d4e1bc0b8408e30 (diff)
downloadgitlab-ce-b9120c77e934daa73855763a6ce0e9e734f6d228.tar.gz
Removed d3.js from the main application.js bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index cbcc9ac5aea..92746211cad 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -35,6 +35,7 @@ var config = {
issuable: './issuable/issuable_bundle.js',
merge_conflicts: './merge_conflicts/merge_conflicts_bundle.js',
merge_request_widget: './merge_request_widget/ci_bundle.js',
+ monitoring: './monitoring/monitoring_bundle.js',
network: './network/network_bundle.js',
profile: './profile/profile_bundle.js',
protected_branches: './protected_branches/protected_branches_bundle.js',
@@ -120,7 +121,7 @@ var config = {
// create cacheable common library bundle for all d3 chunks
new webpack.optimize.CommonsChunkPlugin({
name: 'common_d3',
- chunks: ['graphs', 'users'],
+ chunks: ['graphs', 'users', 'monitoring'],
}),
// create cacheable common library bundles