diff --git a/bob_party/babel.config.js b/bob_party/babel.config.js deleted file mode 100644 index a3125db..0000000 --- a/bob_party/babel.config.js +++ /dev/null @@ -1,9 +0,0 @@ -module.exports = function (api) { - api.cache(true); - return { - presets: [ - ['babel-preset-expo'], - ['@babel/preset-env', { targets: { node: 'current' } }] - ], - }; -}; \ No newline at end of file