From 13bfdf9e9bd58cc5d75ac844445f2b83e69dac32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20=C5=BBelawski?= Date: Mon, 8 Jul 2024 13:06:28 +0200 Subject: [PATCH] . --- packages/react-native-reanimated/plugin/babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/react-native-reanimated/plugin/babel.config.js b/packages/react-native-reanimated/plugin/babel.config.js index 7d791812a1b..ce2b0a4a81f 100644 --- a/packages/react-native-reanimated/plugin/babel.config.js +++ b/packages/react-native-reanimated/plugin/babel.config.js @@ -1,3 +1,4 @@ +// This file is needed for manual tests of the plugin. const reanimatedPlugin = require('./index.js'); module.exports = {