Skip to content

Commit 2dfad15

Browse files
committed
Revert "rolldown: disable chunkOptimization"
This reverts commit b223f97. should be fixed with rc5
1 parent 7e3a8b9 commit 2dfad15

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

rollup.config.js

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -201,10 +201,6 @@ export default (async () => {
201201
minify: doMinify,
202202
cleanDir: true,
203203
},
204-
experimental: {
205-
// https://github.com/rolldown/rolldown/issues/8361
206-
chunkOptimization: false,
207-
},
208204
moduleTypes: {
209205
'.css': 'js', // work around rolldown handling the CSS import before the URL plugin cab
210206
},

0 commit comments

Comments
 (0)