Wavelength/babel.config.js
gibbyb 37745648ad Initial commit
Generated by create-expo-app 3.0.0.
2024-10-08 12:25:29 -05:00

7 lines
108 B
JavaScript

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