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 e4ac2eb commit 6cf3304Copy full SHA for 6cf3304
packages/create-vite/src/index.ts
@@ -798,7 +798,7 @@ function setupReactSwc(root: string, isTs: boolean) {
798
799
function setupReactCompiler(root: string, isTs: boolean) {
800
// renovate: datasource=npm depName=babel-plugin-react-compiler
801
- const reactCompilerPluginVersion = '19.1.0-rc.3'
+ const reactCompilerPluginVersion = '1.0.0'
802
803
editFile(path.resolve(root, 'package.json'), (content) => {
804
const asObject = JSON.parse(content)
0 commit comments