Files
Greenlens/babel.config.js
2026-03-29 10:26:38 -05:00

7 lines
114 B
JavaScript

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