Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorJose Ivan Vargas <jvargas@gitlab.com>2017-11-24 01:39:29 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-19 01:13:35 +0300
commit49bc458ad792a095c5ab5ebfc6b3cdf2f655bb92 (patch)
tree6b148b03b081853c15a4a721d6e30021514bd0ed /config
parent2ba30096d26174f22851feb8d35f287b8db772e3 (diff)
optimized d3 v4 with a custom made bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
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',