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:
authorMike Greiling <mike@pixelcog.com>2017-03-02 10:27:52 +0300
committerMike Greiling <mike@pixelcog.com>2017-03-04 01:47:38 +0300
commit1f9743310054273b98e423b6dc5e99a5bc9fd7a2 (patch)
treec57f9865006cb66b07c80e674d89fa6ad5178ff4 /config
parent5f464f98f1ff86caac02eca207704c1961b07be1 (diff)
merge lib_chart into graphs bundle
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 904ac36df4c..243007be4b7 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -40,7 +40,6 @@ var config = {
snippet: './snippet/snippet_bundle.js',
terminal: './terminal/terminal_bundle.js',
users: './users/users_bundle.js',
- lib_chart: './lib/chart.js',
lib_d3: './lib/d3.js',
vue_pipelines: './vue_pipelines_index/index.js',
},