Skip to content

Commit a86c521

Browse files
Andrei Shikovfacebook-github-bot
authored andcommitted
Remove optional codegen config inside template (#33108)
Summary: Pull Request resolved: #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
1 parent 8c573d9 commit a86c521

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

template/package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,5 @@
2525
},
2626
"jest": {
2727
"preset": "react-native"
28-
},
29-
"codegenConfig": {
30-
"libraries": []
3128
}
3229
}

0 commit comments

Comments
 (0)