Skip to content

Commit 82b8f40

Browse files
sota000facebook-github-bot
authored andcommitted
Revert the change to add babel-plugin-codegen
Summary: Changelog: [internal] removed babel-plugin-codegen from the dependency. The dependency will exist in the app template. Reviewed By: lunaleaps Differential Revision: D33138950 fbshipit-source-id: f71fa4ca55d13715ccd1ade1424bc3cddbb10d1a
1 parent 9827b4a commit 82b8f40

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,6 @@
9898
"@react-native-community/cli-platform-android": "^6.0.0",
9999
"@react-native-community/cli-platform-ios": "^6.0.0",
100100
"@react-native/assets": "1.0.0",
101-
"@react-native/babel-plugin-codegen": "0.0.6",
102101
"@react-native/normalize-color": "2.0.0",
103102
"@react-native/polyfills": "2.0.0",
104103
"abort-controller": "^3.0.0",

template/babel.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
module.exports = {
22
presets: ['module:metro-react-native-babel-preset'],
3-
plugins: ['@react-native/babel-plugin-codegen'],
43
};

template/package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
"devDependencies": {
1717
"@babel/core": "^7.12.9",
1818
"@babel/runtime": "^7.12.5",
19-
"@react-native/babel-plugin-codegen": "0.0.6",
2019
"@react-native-community/eslint-config": "^2.0.0",
2120
"babel-jest": "^26.6.3",
2221
"eslint": "^7.32.0",

0 commit comments

Comments
 (0)