Files
socket.io/examples/expo-example/babel.config.js
2024-04-05 19:19:39 +02:00

7 lines
107 B
JavaScript

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