decentralized-identity / did-jwt-vc

Create and verify W3C Verifiable Credentials and Presentations in JWT format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

umd module gen doesn't work when used from React/TS/Webpack

elmariachi111 opened this issue Β· comments

When using the release from a Create React / Typescript context it fails with:

./lib/did-jwt-vc/lib/index.js | converters | validators | constants

Critical dependency: require function is used in a way in which dependencies cannot be statically extracted

not sure why you went with umd here, but when switching to commonjs in ts-config/module that works nicely πŸ˜‡

-> #46

πŸŽ‰ This issue has been resolved in version 1.0.4 πŸŽ‰

The release is available on:

Your semantic-release bot πŸ“¦πŸš€