fuse_expo/babel.config.js
gibbyb 741e8e4e2b Initial commit
Generated by create-expo-app 3.0.0.
2024-09-09 12:09:42 -05:00

7 lines
108 B
JavaScript

module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};