Merge pull request #62 from NodeFactoryIo/mpetrunic/fix-web-build

Remove regeneratorRuntime dep in wbe build
This commit is contained in:
Marin Petrunić
2020-06-15 14:45:43 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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
}