-
Notifications
You must be signed in to change notification settings - Fork 106
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Improve bundler support #147
Comments
Helia uses the exports map and not the legacy Looks like you also found out how to turn on support for the exports map in Parcel, I'm glad they finally added support for this, though it does not appear to be without bugs for certain setups. There's an example of how to use Helia with Parcel here - these bundlers are able to bundle Helia so so I don't think there's anything else to do here. |
Updates all deps and fixes linting errors. BREAKING CHANGE: uses multiformats v13 and helia v3
## [@helia/unixfs-v2.0.0](https://github.com/ipfs/helia-unixfs/compare/@helia/unixfs-v1.4.3...@helia/unixfs-v2.0.0) (2024-01-08) ### ⚠ BREAKING CHANGES * uses multiformats v13 and helia v3 ### Features * update helia to v3 and multiformats to v13 ([#147](ipfs/helia-unixfs#147)) ([001247c](ipfs/helia-unixfs@001247c)) ### Trivial Changes * update sibling dependencies ([1b0b2ef](ipfs/helia-unixfs@1b0b2ef))
Some bundler do not support
helia
due to a missingmain
attribute inpackage.json
.See more details here.
The text was updated successfully, but these errors were encountered: