From 23dc59c91a4e14412beb35c3e1767542e44bbce6 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', {