From 452854fc6c6aadb0a369f62d984f07ce2b3bb3cf Mon Sep 17 00:00:00 2001 From: Stefan Giehl Date: Mon, 25 Nov 2024 18:09:32 +0100 Subject: [PATCH] remove no longer used plugin from babel config --- babel.config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/babel.config.js b/babel.config.js index df1ab7a9e12..53da290b875 100644 --- a/babel.config.js +++ b/babel.config.js @@ -19,7 +19,4 @@ module.exports = { ] }], ], - plugins: [ - ['@babel/plugin-proposal-object-rest-spread', { useBuiltIns: true }], - ], };