nft icon indicating copy to clipboard operation
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.

Open henokyehulu opened this issue 1 year ago • 1 comments

          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

henokyehulu avatar May 06 '24 21:05 henokyehulu

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

styfle avatar May 08 '24 14:05 styfle