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

Enable chunking again, fixed in rollup

parent f2254b30
No related branches found
No related tags found
No related merge requests found
Pipeline #10266 passed with warnings
......@@ -37,8 +37,7 @@ let pdfAsQualifiedlySigningServer = 'sig-dev.tugraz.at';
let matomoSiteId = 131;
let useTerser = true;
let useBabel = true;
// https://github.com/rollup/rollup/issues/3499
let useManualChunks = false;
let useManualChunks = true;
switch (build) {
case 'local':
......@@ -85,7 +84,6 @@ switch (build) {
const CHUNK_BLACKLIST = [
'jszip', // jszip is a node module by default and rollup chunking is confused by that and emits warnings
'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