From 6ab8601771a78d33bedda7a35b64eeedda78ad20 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Fri, 17 Nov 2023 03:28:26 +0000 Subject: [PATCH] Upate to latet babel package name Signed-off-by: Hailong Cui --- .babelrc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.babelrc b/.babelrc index 83ad455a..4e3f6ccc 100644 --- a/.babelrc +++ b/.babelrc @@ -12,7 +12,7 @@ "plugins": [ "@babel/plugin-transform-modules-commonjs", ["@babel/plugin-transform-runtime", { "regenerator": true }], - "@babel/plugin-proposal-class-properties", - "@babel/plugin-proposal-object-rest-spread" + "@babel/plugin-transform-class-properties", + "@babel/plugin-transform-object-rest-spread" ] -} \ No newline at end of file +}