From 7243d89e8db0f7555aa0f9beeff6492bf1b23cbc Mon Sep 17 00:00:00 2001 From: Cesar Perez Date: Tue, 21 Nov 2023 16:02:11 -0700 Subject: [PATCH] add babelrcRoots to config --- babel.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/babel.config.js b/babel.config.js index 79024e6e26..9d2482b874 100644 --- a/babel.config.js +++ b/babel.config.js @@ -30,4 +30,8 @@ module.exports = { ], }, }, + babelrcRoots: [ + ".", + "packages/*", + ], };