Skip to content

Commit

Permalink
prevent babel from failing when CAPTURE_METRICS true
Browse files Browse the repository at this point in the history
  • Loading branch information
hannojg authored Oct 30, 2023
1 parent 345a3a1 commit fadff38
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 fadff38

Please sign in to comment.