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.
This was discovered here: digitalbazaar/jsonld.js#319
browserproperty inpackage.jsonhas the following value:Which causes untranspiled library sources (with async-functions and class declarations) to be included when
rdf-canonizeis used as a dependency, e.g. when importingjsonld.This was discovered here: digitalbazaar/jsonld.js#319