comet/babel.config.js
Ashhhleyyy 76d6ccb9f1
Initial commit
Generated by create-expo-app 1.1.1.
2022-08-28 22:46:29 +01:00

6 lines
107 B
JavaScript

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