From fadff382ed05b264ac746cc391c0f9a48f726c31 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hanno=20J=2E=20G=C3=B6decke?= Date: Mon, 30 Oct 2023 11:04:17 +0100 Subject: [PATCH] prevent babel from failing when CAPTURE_METRICS true --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 189c3379aa6d..7de6926c850d 100644 --- a/babel.config.js +++ b/babel.config.js @@ -98,6 +98,7 @@ if (process.env.CAPTURE_METRICS === 'true') { 'scheduler/tracing': 'scheduler/tracing-profiling', }, }, + 'extra-alias', ]); }