diff --git a/rollup.config.js b/rollup.config.js
index d7e0f2adca33b65e31f32d6c130cf2761aa74c27..be1f6d060a6742dbb7bbb71a6aca1fda7e1af916 100644
--- a/rollup.config.js
+++ b/rollup.config.js
@@ -82,7 +82,8 @@ 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'
+  'source-sans-pro',
+  'vpu-app-shell',  // XXX: this breaks rollup bundling, no idea why for now
 ];
 
 /**