Skip to content

Commit

Permalink
fix: Add babelrcRoots to root babel config.
Browse files Browse the repository at this point in the history
  • Loading branch information
milesj committed Mar 7, 2021
1 parent b700162 commit 2fdc60a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/babel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ export function createRootConfig(): ConfigStructure {
return {
...config,
babelrc: true,
babelrcRoots: project.getWorkspaceGlobs({ relative: true }),
// Support React Native libraries by default
overrides: [
{
Expand Down

0 comments on commit 2fdc60a

Please sign in to comment.