ljharb / get-intrinsic

Get and robustly cache all JS language-level intrinsics at first require time.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

need export package.json

axmad386 opened this issue · comments

when I use this on svelte, i get this warning.

[rollup-plugin-svelte] The following packages did not export their package.json file so we could not check the "svelte" field. If you had difficulties importing svelte components from a package, then please contact the author and ask them to export the package.json file.

  • get-intrinsic

I think is can be fixed as simple as this
niieani/hashids.js#330

Indeed, you're right. Thanks, will be fixed shortly.

v1.1.1 is published.

thanks a lot. I will update it on my project 👍