From 49f47cd7bdc1f8c5d376cf12359749d16fc86721 Mon Sep 17 00:00:00 2001 From: Tim Yung Date: Wed, 18 Jun 2025 11:32:41 -0700 Subject: [PATCH] Test Change to React Native Summary: This is a test commit. Differential Revision: D76916165 --- packages/react-native-babel-preset/src/configs/main.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/packages/react-native-babel-preset/src/configs/main.js b/packages/react-native-babel-preset/src/configs/main.js index 5f18e4240820..404e2c94048a 100644 --- a/packages/react-native-babel-preset/src/configs/main.js +++ b/packages/react-native-babel-preset/src/configs/main.js @@ -10,6 +10,8 @@ 'use strict'; +// This is a test change. @nocommit + const passthroughSyntaxPlugins = require('../passthrough-syntax-plugins'); const lazyImports = require('./lazy-imports');