diff --git a/packages/metro-runtime/src/polyfills/.babelrc.js b/packages/metro-runtime/src/polyfills/.babelrc.js deleted file mode 100644 index 8e59d72a06..0000000000 --- a/packages/metro-runtime/src/polyfills/.babelrc.js +++ /dev/null @@ -1,19 +0,0 @@ -/** - * Copyright (c) Meta Platforms, Inc. and affiliates. - * - * This source code is licensed under the MIT license found in the - * LICENSE file in the root directory of this source tree. - * - * @format - * @oncall react_native - */ - -'use strict'; - -module.exports = { - plugins: [ - require.resolve('@babel/plugin-transform-flow-strip-types'), - require.resolve('@babel/plugin-proposal-nullish-coalescing-operator'), - require.resolve('@babel/plugin-proposal-optional-chaining'), - ], -};