Skip to content

Commit bf2cc14

Browse files
committed
Organizing monorepo babel setup
1 parent 4f96a7b commit bf2cc14

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)