Skip to content

Commit f41a026

Browse files
committed
add translate
1 parent 50cd431 commit f41a026

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/learn/react-compiler/installation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default defineConfig({
135135
babel({
136136
filter: /\.[jt]sx?$/,
137137
babelConfig: {
138-
presets: ["@babel/preset-typescript"], // if you use TypeScript
138+
presets: ["@babel/preset-typescript"], // 如果你使用 TypeScript
139139
plugins: [
140140
["babel-plugin-react-compiler", ReactCompilerConfig],
141141
],

0 commit comments

Comments
 (0)