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 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'),