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
diff options
context:
space:
mode:
authorJacob Schatz <jschatz@gitlab.com>2018-02-19 23:43:10 +0300
committerClement Ho <clemmakesapps@gmail.com>2018-02-19 23:43:10 +0300
commit834f455b43909525609a573df3153a413ef3c6d4 (patch)
treee876c18c5d30f27650ae96d3620dcdd0f0f5144f /config/webpack.config.js
parent8cfa5ccf5342f98aaf6b0a292d337d3211d5e7ff (diff)
Chart.html.haml refactor
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js3
1 files changed, 0 insertions, 3 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index f81f7067258..225907a544b 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -62,8 +62,6 @@ var config = {
environments: './environments/environments_bundle.js',
environments_folder: './environments/folder/environments_folder_bundle.js',
filtered_search: './filtered_search/filtered_search_bundle.js',
- graphs: './graphs/graphs_bundle.js',
- graphs_charts: './graphs/graphs_charts.js',
graphs_show: './graphs/graphs_show.js',
help: './help/help.js',
how_to_merge: './how_to_merge.js',
@@ -283,7 +281,6 @@ var config = {
new webpack.optimize.CommonsChunkPlugin({
name: 'common_d3',
chunks: [
- 'graphs',
'graphs_show',
'monitoring',
'users',