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 = {
'notebook_viewer',
'pdf_viewer',
'pipelines',
<<<<<<< HEAD
'mr_widget_ee',
'issue_show',
'balsamiq_viewer',
'pipelines_graph',
=======
'pipelines_graph',
'schedule_form',
'schedules_index',
'sidebar',
'vue_merge_request_widget',
>>>>>>> origin/master
],
minChunks: function(module, count) {
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