From f13dad3615ab3c6ae6fb13adf0a114d40e012c44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Mon, 25 Oct 2021 21:10:04 -0400 Subject: [PATCH] debug 4 --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index 5ea6cfb229e9..413d8936e262 100644 --- a/babel.config.js +++ b/babel.config.js @@ -110,7 +110,6 @@ module.exports = function (api) { case "test": targets = { node: "current" }; needsPolyfillsForOldNode = true; - dynamicESLintVersionCheck = true; break; case "development": envOpts.debug = true;