Commit 581e7927 authored by Rémy Coutable's avatar Rémy Coutable

Fix conflict in config/webpack.config.js

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent fb462e2e
...@@ -149,18 +149,14 @@ var config = { ...@@ -149,18 +149,14 @@ var config = {
'notebook_viewer', 'notebook_viewer',
'pdf_viewer', 'pdf_viewer',
'pipelines', 'pipelines',
<<<<<<< HEAD
'mr_widget_ee', 'mr_widget_ee',
'issue_show', 'issue_show',
'balsamiq_viewer', 'balsamiq_viewer',
'pipelines_graph', 'pipelines_graph',
=======
'pipelines_graph',
'schedule_form', 'schedule_form',
'schedules_index', 'schedules_index',
'sidebar', 'sidebar',
'vue_merge_request_widget', 'vue_merge_request_widget',
>>>>>>> origin/master
], ],
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