Skip to content

Commit 1730781

Browse files
Moved babel to cjs.
1 parent 46e4752 commit 1730781

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

babel.config.cjs

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module.exports = function (api) {
2+
api.cache(true);
3+
return {
4+
presets: ["babel-preset-expo"],
5+
plugins: [],
6+
};
7+
};

0 commit comments

Comments
 (0)