need export package.json
axmad386 opened this issue · 3 comments
axmad386 commented
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
ljharb commented
Indeed, you're right. Thanks, will be fixed shortly.
ljharb commented
v1.1.1 is published.
axmad386 commented
thanks a lot. I will update it on my project 👍