mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Remove optional codegen config inside template (#33108)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/33108 The codegen config is optional and can be removed from the default package.json configuration in the template to simplify 0.68 upgrade for people who are not opted-in to the new arch. Changelog: [Internal] - Remove optional codegenConfig field from template Reviewed By: cortinico Differential Revision: D34216988 fbshipit-source-id: 5c448472eed99bc112aef204c4025454171a83c5
This commit is contained in:
@@ -25,8 +25,5 @@
|
||||
},
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
},
|
||||
"codegenConfig": {
|
||||
"libraries": []
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user