Vite Rolldown (vite rewritten in Rust) 7.1 worked with this plugin, but 7.3 throws this error:
2026-01-30 03:44:32 UTC | Your configFile threw an error from: ../../apps/x/cypress.config.cjs
-- | --
2026-01-30 03:44:32 UTC |
2026-01-30 03:44:32 UTC | We stopped running your tests because your config file crashed.
2026-01-30 03:44:32 UTC |
2026-01-30 03:44:32 UTC | TypeError: manualChunks is not a function
2026-01-30 03:44:32 UTC | at name (file:///workdir/node_modules/rolldown/dist/shared/rolldown-build-BEU8N80I.mjs:2105:10)
2026-01-30 03:44:32 UTC | at name (file:///workdir/node_modules/rolldown/dist/shared/rolldown-build-BEU8N80I.mjs:2115:53)
Is it possible we either assign an empty function or undefined to manualChunks here line 85?
Vite Rolldown (vite rewritten in Rust) 7.1 worked with this plugin, but 7.3 throws this error:
Is it possible we either assign an empty function or
undefinedtomanualChunkshere line 85?