Skip to content

Vite rolldown 7.3 incompatibility #140

@mkonecny

Description

@mkonecny

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions