simba-mobile-cad3/babel.config.js

5 lines
125 B
JavaScript
Raw Permalink Normal View History

2025-01-07 09:47:45 +00:00
module.exports = {
presets: [['module:metro-react-native-babel-preset', {
unstable_disableES6Transforms: true
}]],
};