vaulterm/frontend/babel.config.js

7 lines
108 B
JavaScript
Raw Normal View History

2024-11-05 18:43:59 +07:00
module.exports = function (api) {
api.cache(true);
return {
presets: ['babel-preset-expo'],
};
};