Files
ppc_amnet/amnet-native/babel.config.js
T
2024-08-13 15:44:13 +01:00

7 lines
118 B
JavaScript

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