From f0a91d960bf1cf632c13f8df584ac6b8c82e5a5f Mon Sep 17 00:00:00 2001 From: baarkerlounger Date: Fri, 18 Mar 2022 13:51:46 +0000 Subject: [PATCH] Plugin ordering --- babel.config.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babel.config.js b/babel.config.js index 48e9e68eb..b9dca487c 100644 --- a/babel.config.js +++ b/babel.config.js @@ -36,11 +36,11 @@ module.exports = function(api) { '@babel/plugin-syntax-dynamic-import', isTestEnv && 'babel-plugin-dynamic-import-node', '@babel/plugin-proposal-class-properties', + '@babel/plugin-proposal-object-rest-spread', '@babel/plugin-proposal-private-methods', '@babel/plugin-proposal-private-property-in-object', - '@babel/plugin-transform-runtime', '@babel/plugin-transform-regenerator', - '@babel/plugin-proposal-object-rest-spread', + '@babel/plugin-transform-runtime', [ '@babel/plugin-transform-spread', {