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:
authorPhil Hughes <me@iamphill.com>2018-02-15 12:15:57 +0300
committerPhil Hughes <me@iamphill.com>2018-02-15 12:15:57 +0300
commit91b2182bc0c79e43126963595db3fe30e0a5fff6 (patch)
tree3effa29f7f15ea78f2b4f3d07f5cf609c68696b8 /config
parent02d9f54f197a28f2d102b7346b1212edb7ddc117 (diff)
Converted pipeline_schedules bundles into automatic webpack entries
#41341
Diffstat (limited to 'config')
-rw-r--r--config/webpack.config.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index a4e6c64fce5..49653b61181 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -90,8 +90,6 @@ var config = {
registry_list: './registry/index.js',
ide: './ide/index.js',
sidebar: './sidebar/sidebar_bundle.js',
- schedule_form: './pipeline_schedules/pipeline_schedule_form_bundle.js',
- schedules_index: './pipeline_schedules/pipeline_schedules_index_bundle.js',
snippet: './snippet/snippet_bundle.js',
sketch_viewer: './blob/sketch_viewer.js',
stl_viewer: './blob/stl_viewer.js',