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.
1 parent e48d35d commit 8315f9eCopy full SHA for 8315f9e
1 file changed
packages/create-vite/src/index.ts
@@ -483,7 +483,7 @@ function setupReactSwc(root: string, isTs: boolean) {
483
editFile(path.resolve(root, 'package.json'), (content) => {
484
return content.replace(
485
/"@vitejs\/plugin-react": ".+?"/,
486
- `"@vitejs/plugin-react-swc": "^3.0.0"`,
+ `"@vitejs/plugin-react-swc": "^3.3.2"`,
487
)
488
})
489
editFile(
0 commit comments