We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
@vitejs/plugin-react-swc
1 parent 0b17ab3 commit 39fab6dCopy full SHA for 39fab6d
1 file changed
packages/create-vite/src/index.ts
@@ -596,7 +596,7 @@ function setupReactSwc(root: string, isTs: boolean) {
596
editFile(path.resolve(root, 'package.json'), (content) => {
597
return content.replace(
598
/"@vitejs\/plugin-react": ".+?"/,
599
- `"@vitejs/plugin-react-swc": "^3.5.0"`,
+ `"@vitejs/plugin-react-swc": "^3.7.2"`,
600
)
601
})
602
editFile(
0 commit comments