mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 10:12:18 +00:00
Merge pull request #62 from NodeFactoryIo/mpetrunic/fix-web-build
Remove regeneratorRuntime dep in wbe build
This commit is contained in:
commit
a504e3abec
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user