Commit 2681a608 authored by Phil Hughes's avatar Phil Hughes

Resolved webpack conflict

parent 2bcb19dd
...@@ -149,13 +149,10 @@ var config = { ...@@ -149,13 +149,10 @@ 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',
>>>>>>> upstream/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