diff options
author | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-11-23 16:39:29 -0600 |
---|---|---|
committer | Jose Ivan Vargas <jvargas@gitlab.com> | 2017-12-18 16:13:35 -0600 |
commit | 49bc458ad792a095c5ab5ebfc6b3cdf2f655bb92 (patch) | |
tree | 6b148b03b081853c15a4a721d6e30021514bd0ed /config | |
parent | 2ba30096d26174f22851feb8d35f287b8db772e3 (diff) | |
download | gitlab-ce-49bc458ad792a095c5ab5ebfc6b3cdf2f655bb92.tar.gz |
optimized d3 v4 with a custom made bundle
Diffstat (limited to 'config')
-rw-r--r-- | config/webpack.config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js index 78ced4c3e8c..e607043b309 100644 --- a/config/webpack.config.js +++ b/config/webpack.config.js @@ -32,7 +32,7 @@ var config = { boards: './boards/boards_bundle.js', common: './commons/index.js', common_vue: './vue_shared/vue_resource_interceptor.js', - common_d3: ['d3'], + common_d3: './common_d3/index.js', cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js', commit_pipelines: './commit/pipelines/pipelines_bundle.js', deploy_keys: './deploy_keys/index.js', |