From f7134f6e2dbd3a94182b1ce110f090b9425bce3a Mon Sep 17 00:00:00 2001 From: coderaiser Date: Fri, 22 Mar 2019 13:06:37 +0200 Subject: [PATCH] feature(package) remove @babel/plugin-proposal-object-rest-spread --- .babelrc | 1 - package.json | 1 - 2 files changed, 2 deletions(-) diff --git a/.babelrc b/.babelrc index b5a9ba48..d4dfda3d 100644 --- a/.babelrc +++ b/.babelrc @@ -8,7 +8,6 @@ ], "plugins": [ "@babel/plugin-transform-object-assign", - "@babel/plugin-proposal-object-rest-spread", "@babel/plugin-syntax-dynamic-import", ["module:fast-async", { "compiler": { diff --git a/package.json b/package.json index 9e7b7a15..ab720781 100644 --- a/package.json +++ b/package.json @@ -137,7 +137,6 @@ }, "devDependencies": { "@babel/core": "^7.0.0", - "@babel/plugin-proposal-object-rest-spread": "^7.0.0", "@babel/plugin-syntax-dynamic-import": "^7.0.0", "@babel/plugin-transform-object-assign": "^7.0.0", "@babel/preset-env": "^7.0.0",