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-28 22:33:17 +0300
committerJose Ivan Vargas <jvargas@gitlab.com>2017-12-19 01:15:17 +0300
commit4e0e2fd9d297319f323b987944b58bfd3a14ba58 (patch)
tree68d45e533737ebbc18c19bc8778e8519ea10cec3 /config
parent2d4d1290f0ab7baad94af93904c1a3c81fddfe37 (diff)
Refactored d3 modules to instead of having a common_d3 dir, to use the micro modules instead
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 e607043b309..bca27b0a41b 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: './common_d3/index.js',
+ common_d3: ['d3-selection', 'd3-scale', 'd3-array', 'd3-time-format', 'd3-shape', 'd3-time', 'd3-axis', 'd3-brush'],
cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js',
commit_pipelines: './commit/pipelines/pipelines_bundle.js',
deploy_keys: './deploy_keys/index.js',