From 3165d13cc3b68f260513b4c1b0f372dfc956392d Mon Sep 17 00:00:00 2001 From: majean5 Date: Thu, 19 Jan 2023 11:11:16 +0100 Subject: [PATCH] suppression fichier inutile --- bob_party/babel.config.js | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 bob_party/babel.config.js 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