From e35f067b5ef86c961664047d71926b88a51d5720 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Mon, 15 Jun 2020 13:46:57 +0200 Subject: [PATCH] change babel build targets --- babel.web.config.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/babel.web.config.json b/babel.web.config.json index 1c31a8a..248d6b9 100644 --- a/babel.web.config.json +++ b/babel.web.config.json @@ -4,7 +4,7 @@ "@babel/preset-env", { "targets": { - "browsers": "last 2 versions, not ie <=11" + "browsers": ">1% and not ie <= 11 and not dead" }, "modules": false }