Add browser polyfill for node url package. (#3080)

Fixes a webpack error. This package was missed in #2468.
This commit is contained in:
David Lechner 2022-09-08 11:25:41 -05:00 committed by GitHub
parent baa82d1929
commit 60714a9cf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -44,6 +44,9 @@ substitutions:
`indexURL` (this was a regression in v0.21.2).
{pr}`3077`
- {{ Fix }} Add `url` to list of pollyfilled packages for webpack compatibility.
{pr}`3080`
### Build System / Package Loading
- New packages: pycryptodomex {pr}`2966`, pycryptodome {pr}`2965`

View File

@ -67,6 +67,7 @@
"fs": false,
"fs/promises": false,
"path": false,
"url": false,
"vm": false,
"ws": false
},