From 59594c3deb1dae8c7af191184580538d62cf3a3a Mon Sep 17 00:00:00 2001 From: "yong.teng" Date: Thu, 10 Apr 2025 13:34:39 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=20README=20=E4=B8=AD=20n?= =?UTF-8?q?pmjs=20=E7=9A=84=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1d9b2d..b447d2a 100644 --- a/README.md +++ b/README.md @@ -25,10 +25,10 @@ Star - + Download - + Vulnerabilities From ec6591af933a1d843290ddf7f3ed982f5b0cd10d Mon Sep 17 00:00:00 2001 From: "yong.teng" Date: Thu, 10 Apr 2025 13:38:23 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E5=88=A0=E9=99=A4=20babel=20=E6=97=A0?= =?UTF-8?q?=E7=94=A8=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build/getBabelCommonConfig.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/build/getBabelCommonConfig.js b/build/getBabelCommonConfig.js index 9a659fc..1edc64f 100644 --- a/build/getBabelCommonConfig.js +++ b/build/getBabelCommonConfig.js @@ -22,8 +22,6 @@ module.exports = function (modules) { ], //[resolve('@vue/babel-plugin-jsx'), { mergeProps: false, enableObjectSlots: false }], resolve('@babel/plugin-transform-optional-chaining'), - resolve('@babel/plugin-transform-object-assign'), - resolve('@babel/plugin-transform-object-rest-spread'), resolve('@babel/plugin-proposal-export-default-from'), resolve('@babel/plugin-transform-export-namespace-from'), resolve('@babel/plugin-transform-class-properties'),