From 863ae45d3570d1b57d48354685020fb2ceab2e4c Mon Sep 17 00:00:00 2001 From: abhijithvijayan <34790378+abhijithvijayan@users.noreply.github.com> Date: Sat, 6 Jun 2020 12:14:51 +0530 Subject: [PATCH] fix: set "useBuiltIns": false in babel config --- .babelrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.babelrc b/.babelrc index ea7b9d6..faf52c5 100644 --- a/.babelrc +++ b/.babelrc @@ -4,7 +4,7 @@ // Latest stable ECMAScript features "@babel/preset-env", { - "useBuiltIns": "entry", + "useBuiltIns": false, // Do not transform modules to CJS "modules": false, "targets": {