nft
nft copied to clipboard
FYI, this is broken again now, as the main index file is now called argon2/argon2.cjs in 0.40.x.
FYI, this is broken again now, as the main index file is now called argon2/argon2.cjs in 0.40.x.
Is there any way to add our own manual exclusions and handling of dependencies in our projects? My workaround at the moment is to use an older version, 0.31.x, where the file is called argon2.js and not argon2.cjs :)
Originally posted by @augustl in https://github.com/vercel/nft/issues/183#issuecomment-2079986189
You could try the ignore option here: https://github.com/vercel/nft/blob/main/readme.md#ignore
Also, if you want to fix it, feel free to create a PR and I'll take a look, thanks!
- For reference see https://github.com/vercel/nft/pull/195