From 38cb9e27bfc8214d9367715495b87c1d68ec18dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Fri, 15 Sep 2023 19:02:38 +0200 Subject: [PATCH] Use `configFile` instead of `extends` --- Gulpfile.mjs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Gulpfile.mjs b/Gulpfile.mjs index 48cb685721269..c14ea2f9b8eaa 100644 --- a/Gulpfile.mjs +++ b/Gulpfile.mjs @@ -429,9 +429,8 @@ function buildRollup(packages, buildStandalone) { }), rollupBabel({ envName, - babelrc: false, babelHelpers: "bundled", - extends: "./babel.config.js", + configFile: "./babel.config.js", extensions: [".ts", ".js", ".mjs", ".cjs"], ignore: ["packages/babel-runtime/helpers/*.js"], }),