From 2d32874d3127401003941f02763e7ed4fcc2d535 Mon Sep 17 00:00:00 2001 From: Christopher Gurnee Date: Wed, 3 Nov 2021 10:12:15 -0400 Subject: [PATCH] Remove plugin now included by default --- .babelrc | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.babelrc b/.babelrc index d142066..c7b11dd 100644 --- a/.babelrc +++ b/.babelrc @@ -9,7 +9,6 @@ "@babel/preset-react" ], "plugins": [ - "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-proposal-class-properties" ] } diff --git a/package.json b/package.json index d5eec43..8f0ec9c 100644 --- a/package.json +++ b/package.json @@ -41,7 +41,6 @@ "@babel/core": "^7.15.8", "@babel/eslint-parser": "^7.15.8", "@babel/plugin-proposal-class-properties": "^7.14.5", - "@babel/plugin-proposal-object-rest-spread": "^7.15.6", "@babel/preset-env": "^7.15.8", "@babel/preset-react": "^7.14.5", "babel-loader": "^8.2.3",