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 = {