From f1173c496a3bd99ddd2fea1829b8a32baecb88ca Mon Sep 17 00:00:00 2001 From: antelle Date: Sat, 28 Sep 2019 13:20:51 +0200 Subject: [PATCH] plugins for Edge --- .babelrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.babelrc b/.babelrc index f131a5d2..e2ae8c38 100644 --- a/.babelrc +++ b/.babelrc @@ -2,6 +2,10 @@ "presets": [], "plugins": [ ["@babel/plugin-proposal-class-properties", { "loose": true }], + ["@babel/plugin-proposal-object-rest-spread", { "loose": true, + "useBuiltIns": true + }], + "@babel/plugin-proposal-optional-catch-binding", "@babel/plugin-external-helpers" ] }