Skip to content

Commit 35871c9

Browse files
committed
Upgrade rolldown and disable chunkOptimization
this works around the rolldown bug, and allows us to upgrade
1 parent b7a2f5c commit 35871c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

activity-showcase/rollup.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ export default (async () => {
8383
cleanDir: true,
8484
},
8585
preserveEntrySignatures: false,
86+
experimental: {
87+
// https://github.com/rolldown/rolldown/issues/8027#issuecomment-3834034108
88+
chunkOptimization: false,
89+
},
8690
// external: ['zlib', 'http', 'fs', 'https', 'url'],
8791
onwarn: function (warning, warn) {
8892
// ignore "suggestions" warning re "use strict"

0 commit comments

Comments
 (0)