From 5f4611d65e40eae3ca6191a15f68d69ea5a1c4cb Mon Sep 17 00:00:00 2001 From: Kirill Rogovoy Date: Tue, 20 Jul 2021 21:24:52 +0300 Subject: WIP --- babel.config.js | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 babel.config.js (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js deleted file mode 100644 index 7c8e112..0000000 --- a/babel.config.js +++ /dev/null @@ -1,15 +0,0 @@ -module.exports = { - presets: ['babel-preset-expo'], - env: { - production: {}, - }, - plugins: [ - [ - '@babel/plugin-proposal-decorators', - { - legacy: true, - }, - ], - ['@babel/plugin-proposal-optional-catch-binding'], - ], -} -- cgit v1.2.3