Skip to content
Snippets Groups Projects
Verified Commit f74d0ba1 authored by Luke "Jared" Bennett's avatar Luke "Jared" Bennett
Browse files

Fix webpack config conflicts bad resolution

parent 18455d74
No related branches found
No related tags found
1 merge request!10564Initial balsamiq support
Pipeline #
Loading
Loading
@@ -46,6 +46,7 @@ var config = {
network: './network/network_bundle.js',
notebook_viewer: './blob/notebook_viewer.js',
pdf_viewer: './blob/pdf_viewer.js',
pipelines: './pipelines/index.js',
balsamiq_viewer: './blob/balsamiq_viewer.js',
profile: './profile/profile_bundle.js',
protected_branches: './protected_branches/protected_branches_bundle.js',
Loading
Loading
@@ -129,6 +130,7 @@ var config = {
'merge_conflicts',
'notebook_viewer',
'pdf_viewer',
'pipelines',
'balsamiq_viewer',
],
minChunks: function(module, count) {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment