Skip to content

Commit 1cd99e6

Browse files
committed
chore: use plugin in babel config
1 parent 0f7da33 commit 1cd99e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module.exports = {
22
presets: [
3-
'module:@react-native/babel-preset',
43
['module:react-native-builder-bob/babel-preset', { modules: 'commonjs' }],
54
],
5+
plugins: ['@react-native/babel-plugin-codegen'],
66
};

0 commit comments

Comments
 (0)