You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
browser property in package.json has the following value:
...
"./index.js": "./dist/index.js",
Which causes untranspiled library sources (with async-functions and class declarations) to be included when rdf-canonize is used as a dependency, e.g. when importing jsonld.
browser
property inpackage.json
has the following value:Which causes untranspiled library sources (with async-functions and class declarations) to be included when
rdf-canonize
is used as a dependency, e.g. when importingjsonld
.This was discovered here: digitalbazaar/jsonld.js#319
The text was updated successfully, but these errors were encountered: