frostbyte-native/babel.config.js

7 lines
108 B
JavaScript
Raw Normal View History

2023-12-15 01:32:21 +01:00
module.exports = function (api) {
api.cache(true);
return {
2023-12-15 01:32:21 +01:00
presets: ["babel-preset-expo"],
};
};