From 57f8a9eb9dbdd6ef56f72e33a502a369824863cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 23 Nov 2023 02:35:16 +0000 Subject: [PATCH] Upate to latet babel package name (#140) Signed-off-by: Hailong Cui (cherry picked from commit 29c191c3e6763e305b2bdb7ba36fb6216b8167a2) Signed-off-by: github-actions[bot] --- .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 +}