Skip to content

Commit 98180ad

Browse files
committed
Organizing monorepo babel setup
1 parent 9b6b854 commit 98180ad

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

babel.config.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"presets": ["@react-native/babel-preset"]
3+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
module.exports = {
1+
module.export = {
22
presets: ['@react-native/babel-preset'],
33
};

0 commit comments

Comments
 (0)