From d6b15f6a23aa9d900d4a4c2d18900b97f753984a Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Thu, 17 Mar 2022 12:01:49 +0000 Subject: [PATCH] Destructuring including in present-env already --- babel.config.js | 1 - 1 file changed, 1 deletion(-) diff --git a/babel.config.js b/babel.config.js index ea4f519e7..e90be956c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -35,7 +35,6 @@ module.exports = function(api) { 'babel-plugin-macros', '@babel/plugin-syntax-dynamic-import', isTestEnv && 'babel-plugin-dynamic-import-node', - '@babel/plugin-transform-destructuring', [ '@babel/plugin-proposal-class-properties', {