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:
authorMike Greiling <mike@pixelcog.com>2017-05-11 00:26:50 +0300
committerMike Greiling <mike@pixelcog.com>2017-05-12 16:56:22 +0300
commit5655ff0feeaa76524dafbac982ec96cbf18e9e20 (patch)
treeabd242d48806b3d93482eca68b8ef2a251100931 /config/webpack.config.js
parent99f36c2ca69de17235eeab53f510753b6c1ae7c4 (diff)
ensure schedule_form and schedules_index both utilize common_vue bundle
Diffstat (limited to 'config/webpack.config.js')
-rw-r--r--config/webpack.config.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/config/webpack.config.js b/config/webpack.config.js
index 32064138ae4..ed71ee09963 100644
--- a/config/webpack.config.js
+++ b/config/webpack.config.js
@@ -142,13 +142,15 @@ var config = {
'environments',
'environments_folder',
'filtered_search',
- 'sidebar',
'issue_show',
'merge_conflicts',
'notebook_viewer',
'pdf_viewer',
'pipelines',
'pipelines_graph',
+ 'schedule_form',
+ 'schedules_index',
+ 'sidebar',
],
minChunks: function(module, count) {
return module.resource && (/vue_shared/).test(module.resource);