fix of babel...

This commit is contained in:
2025-05-20 19:08:24 +02:00
parent 26bbce92ca
commit 9733a9f4eb

View File

@@ -1,6 +1,7 @@
module.exports = {
presets: [
'@babel/preset-env',
'babel-preset-expo',
['@babel/preset-react', {runtime: 'automatic'}],
['@babel/preset-flow', {all: true}],
]