Files
Greenlens/babel.config.js
2026-03-16 21:31:46 +01:00

7 lines
108 B
JavaScript

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