Commit 4e08b85a authored by Valery Sizov's avatar Valery Sizov

Resolve config/webpack.config.js

parent 026a5d73
...@@ -39,10 +39,7 @@ var config = { ...@@ -39,10 +39,7 @@ var config = {
graphs: './graphs/graphs_bundle.js', graphs: './graphs/graphs_bundle.js',
group: './group.js', group: './group.js',
groups_list: './groups_list.js', groups_list: './groups_list.js',
<<<<<<< HEAD
issues: './issues/issues_bundle.js', issues: './issues/issues_bundle.js',
=======
>>>>>>> 6ce1df41e175c7d62ca760b1e66cf1bf86150284
issue_show: './issue_show/index.js', issue_show: './issue_show/index.js',
locale: './locale/index.js', locale: './locale/index.js',
main: './main.js', main: './main.js',
...@@ -150,12 +147,8 @@ var config = { ...@@ -150,12 +147,8 @@ 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',
>>>>>>> 6ce1df41e175c7d62ca760b1e66cf1bf86150284
], ],
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