Skip to content

Commit

Permalink
Merge pull request #30566 from margelo/fix/run-app-with-capture-metrics
Browse files Browse the repository at this point in the history
[NoQA] [DEV] Prevent babel from failing when CAPTURE_METRICS true
  • Loading branch information
mountiny authored Oct 30, 2023
2 parents 43f245c + fadff38 commit b321b0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ if (process.env.CAPTURE_METRICS === 'true') {
'scheduler/tracing': 'scheduler/tracing-profiling',
},
},
'extra-alias',
]);
}

Expand Down

0 comments on commit b321b0a

Please sign in to comment.