React compiler beta and reenable rule (#5898)
* use react compiler beta and reenable rule * use react-compiler-runtime * error -> warn * move runtime out of dev deps
This commit is contained in:
+1
-6
@@ -17,12 +17,7 @@ module.exports = function (api) {
|
||||
],
|
||||
plugins: [
|
||||
'macros',
|
||||
[
|
||||
'babel-plugin-react-compiler',
|
||||
{
|
||||
runtimeModule: 'react-compiler-runtime',
|
||||
},
|
||||
],
|
||||
['babel-plugin-react-compiler', {target: '18'}],
|
||||
[
|
||||
'module:react-native-dotenv',
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user