Ben Stickley
Ben Stickley
To consume a package as an ES module, the package.json needs to be either have `"type": "module"`or a .mjs extension so I think that's the key issue here.
In the error output, I think the key is that the code is referencing `_jsxs` which may be unknown by bundlephobia's builder?
Does deleting all your node_modules and then reinstalling help? I'm also running into this issue.
Using TypeScript, would really appreciate for this to be merged.
This looks great! When will the new API be available to use?
I'm also experiencing an issue with pnpm.overrides. I'm trying to override pnpm to use a version of a package that's not vulnerable but it won't work. I add the override,...
@revmischa, any resolutions on this?
@fwang, I'm using 1.15.16. Just realized the problem that this issue is describing is not what I'm experiencing. Please see [this](https://discord.com/channels/983865673656705025/1034842628010823760) discord thread for more info. Essentially I'm trying to...
@stalniy, this seems like a pretty easy feature to implement. A configuration key, `packageManager` could be added that defaults to npm but could be optionally set to pnpm. Any reason...
Bummer! Thanks for letting me know.