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:
authorPhil Hughes <me@iamphill.com>2018-02-27 12:58:09 +0300
committerPhil Hughes <me@iamphill.com>2018-02-27 12:58:09 +0300
commita4885b8f37602c399efff028b0a733ef80fbe7ab (patch)
tree0b39bd32ab850cee7f9a36f92f575578c3e33e7c /config/webpack.config.js
parent5a507c82311b8283e2dcaecaaaffa6d5db9662e6 (diff)
parentc737646d1291d9aa5beb1e589711e1c0f17b70f3 (diff)
Merge branch 'refactor-pipelines-list' into 'master'
Remove commit_pipelines webpack entry point See merge request gitlab-org/gitlab-ce!17379
Diffstat (limited to 'config/webpack.config.js')
-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 f64b7899c6f..98ba2edc0d1 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -48,7 +48,6 @@ var config = {
common: './commons/index.js',
common_vue: './vue_shared/vue_resource_interceptor.js',
cycle_analytics: './cycle_analytics/cycle_analytics_bundle.js',
- commit_pipelines: './commit/pipelines/pipelines_bundle.js',
diff_notes: './diff_notes/diff_notes_bundle.js',
environments: './environments/environments_bundle.js',
filtered_search: './filtered_search/filtered_search_bundle.js',
@@ -237,7 +236,6 @@ var config = {
name: 'common_vue',
chunks: [
'boards',
- 'commit_pipelines',
'cycle_analytics',
'deploy_keys',
'diff_notes',