Commit c0a1dc4f authored by Mike Greiling's avatar Mike Greiling

ensure schedule_form and schedules_index both utilize common_vue bundle

parent cb13c6b7
...@@ -141,14 +141,15 @@ var config = { ...@@ -141,14 +141,15 @@ var config = {
'environments', 'environments',
'environments_folder', 'environments_folder',
'filtered_search', 'filtered_search',
'sidebar',
'issue_show', 'issue_show',
'merge_conflicts', 'merge_conflicts',
'notebook_viewer', 'notebook_viewer',
'pdf_viewer', 'pdf_viewer',
'pipelines', 'pipelines',
'mr_widget_ee', 'pipelines_graph',
'issue_show' 'schedule_form',
'schedules_index',
'sidebar',
], ],
minChunks: function(module, count) { minChunks: function(module, count) {
return module.resource && (/vue_shared/).test(module.resource); return module.resource && (/vue_shared/).test(module.resource);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment