sso-poc-marn/babel.config.js
Guillaume "B.B." Van Hemmen 97e93286f1
Initial commit
Generated by create-expo-app 2.3.1.
2024-05-06 11:06:27 +02:00

6 lines
107 B
JavaScript

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