From 0b3de945cae64b3d46ab682ba123c27394a5f993 Mon Sep 17 00:00:00 2001 From: andrew Date: Sat, 8 Aug 2020 09:27:16 -0700 Subject: [PATCH] Fix babel build on master --- babel.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 2b93d523829c5..8cbf0f21de6e0 100644 --- a/babel.config.js +++ b/babel.config.js @@ -1,6 +1,6 @@ const webpack = { presets: ['@babel/preset-react', '@babel/preset-env'], - plugins: [['react-native-web', {commonjs: true}]], + plugins: [['react-native-web', {commonjs: true}], '@babel/transform-runtime'], }; const metro = {