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 }], - ], };