Skip to content
Snippets Groups Projects
Commit 88b336da authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

Disable chunking for app-shell

It breaks bundling somehow.
parent 0d10e3d5
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,8 @@ switch (build) { ...@@ -82,7 +82,8 @@ switch (build) {
const CHUNK_BLACKLIST = [ const CHUNK_BLACKLIST = [
'jszip', // jszip is a node module by default and rollup chunking is confused by that and emits warnings 'jszip', // jszip is a node module by default and rollup chunking is confused by that and emits warnings
'source-sans-pro' 'source-sans-pro',
'vpu-app-shell', // XXX: this breaks rollup bundling, no idea why for now
]; ];
/** /**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment