From 29c191c3e6763e305b2bdb7ba36fb6216b8167a2 Mon Sep 17 00:00:00 2001 From: Hailong Cui Date: Fri, 17 Nov 2023 16:18:00 +0800 Subject: [PATCH] Upate to latet babel package name (#140) 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 +}