SmartStopAPK/babel.config.js

12 lines
198 B
JavaScript
Raw Permalink Normal View History

2023-11-08 20:37:01 -03:00
module.exports = {
presets: ['module:metro-react-native-babel-preset'],
2023-11-08 21:19:35 -03:00
plugins: [
[
'@babel/plugin-transform-react-jsx',
{
runtime: 'automatic',
},
],
],
2023-11-08 20:37:01 -03:00
};