Files
JubaBox/babel.config.js
T
DESKTOP-CIKBOTF\ChiefSoft d689640f98 Initial commit
Generated by create-expo-app 2.3.5.
2024-05-18 15:24:12 -04:00

7 lines
107 B
JavaScript

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