Closed znicholasbrown closed 1 year ago
Hey, thanks so much for this contribution! 🙏
Made a few small adjustments to make sure that the esm
is included in the build script instead of just the final package.json files. I made a bad commit because of this because the generated file overrode your changes.
Thanks!
Hi 👋🏻 I was getting an error when installing v2.0.7 of Heroicons in an esm-compatible project.
The
package.json
has a few incorrect paths in both the vue and react modules, which is causing esm bundlers to struggle to useimport
statements.Tested this fix with a local build + linking and it seems to be working appropriately for me.