Related plugins
Describe the bug
Because the latest version of @vitejs/plugin-react published on npm, still use @rolldown/pluginutils v1.0.0-rc.7, but all the others packages like vite use the latest one like v1.0.0-rc.15, in node_modules it is duplicated/installed twice (detected thanks to Node Modules Inspector):
It has already been updated
|
"@rolldown/pluginutils": "1.0.0-rc.15" |
However we need a release of @vitejs/plugin-react to fix it.
Reproduction
not-relevant
Steps to reproduce
mkdir vite-rolldown-test && cd vite-rolldown-test
npm init -y
npm install @vitejs/plugin-react vite
System Info
System:
OS: Linux 6.19 Arch Linux
Container: Yes
Shell: 5.9 - /usr/bin/zsh
Binaries:
Node: 24.14.1
npm: 11.12.1
pnpm: 10.33.0
npmPackages:
vite: catalog: => 8.0.8
Used Package Manager
pnpm
Logs
No response
Validations
Related plugins
plugin-react
plugin-react-swc
plugin-rsc
Describe the bug
Because the latest version of
@vitejs/plugin-reactpublished on npm, still use@rolldown/pluginutilsv1.0.0-rc.7, but all the others packages likeviteuse the latest one like v1.0.0-rc.15, innode_modulesit is duplicated/installed twice (detected thanks to Node Modules Inspector):It has already been updated
vite-plugin-react/packages/plugin-react/package.json
Line 46 in 0389922
However we need a release of
@vitejs/plugin-reactto fix it.Reproduction
not-relevant
Steps to reproduce
mkdir vite-rolldown-test && cd vite-rolldown-testnpm init -ynpm install @vitejs/plugin-react viteSystem Info
System: OS: Linux 6.19 Arch Linux Container: Yes Shell: 5.9 - /usr/bin/zsh Binaries: Node: 24.14.1 npm: 11.12.1 pnpm: 10.33.0 npmPackages: vite: catalog: => 8.0.8Used Package Manager
pnpm
Logs
No response
Validations