From 8d1e62e312bb627677e3090b06e7ae9aa98608f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=B2=20Ribaudo?= Date: Tue, 26 Oct 2021 10:42:40 +0200 Subject: [PATCH] Fix babel config --- babel.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/babel.config.js b/babel.config.js index 413d8936e262..5ea6cfb229e9 100644 --- a/babel.config.js +++ b/babel.config.js @@ -110,6 +110,7 @@ module.exports = function (api) { case "test": targets = { node: "current" }; needsPolyfillsForOldNode = true; + dynamicESLintVersionCheck = true; break; case "development": envOpts.debug = true;