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 a269639 commit b7a18b3Copy full SHA for b7a18b3
babel.config.js
@@ -11,5 +11,13 @@ module.exports = {
11
'@babel/preset-react',
12
'@babel/preset-typescript',
13
],
14
- plugins: ['@babel/proposal-object-rest-spread'],
+ plugins: [
15
+ [
16
+ 'babel-plugin-react-compiler',
17
+ {
18
+ target: '18',
19
+ },
20
+ ],
21
+ '@babel/proposal-object-rest-spread',
22
23
}
0 commit comments