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 1/2] 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 } From 088e43642a9ef4bf705981f4654b54f05f8aaecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marin=20Petruni=C4=87?= Date: Mon, 15 Jun 2020 13:48:19 +0200 Subject: [PATCH 2/2] update changelog --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4d9f2a..d6fb5ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [Unreleased] + +#### Bugfixes +- fix issue where web build dependended on global regeneratorRuntime + ## [1.1.1] - 2020-05-08 #### Bugfixes