Skip to content

Commit

Permalink
add babelrcRoots to config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Perez committed Nov 21, 2023
1 parent f63518f commit 7243d89
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,8 @@ module.exports = {
],
},
},
babelrcRoots: [
".",
"packages/*",
],
};

0 comments on commit 7243d89

Please sign in to comment.