From e5021187e96b78b53203bd95d08d6818aea47d17 Mon Sep 17 00:00:00 2001 From: "Thomas F. K. Jorna" Date: Wed, 14 Jul 2021 15:10:31 +0200 Subject: New Ignite 7.0.6 app --- babel.config.js | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 babel.config.js (limited to 'babel.config.js') diff --git a/babel.config.js b/babel.config.js new file mode 100644 index 0000000..6671128 --- /dev/null +++ b/babel.config.js @@ -0,0 +1,15 @@ +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