-
Notifications
You must be signed in to change notification settings - Fork 54
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
Multiformats not found in unpkg #234
Comments
@achingbrain is this a standard readme thing that got imported during the conversion to aegir? we're not distributing an index.min.js from here, although someone could import individual exports from unpkg. |
achingbrain
added a commit
that referenced
this issue
Dec 19, 2022
Enable shipping a minified browser bundle. Fixes #234
rvagg
pushed a commit
that referenced
this issue
Jan 2, 2023
Enable shipping a minified browser bundle. Fixes #234
github-actions bot
pushed a commit
that referenced
this issue
Jan 2, 2023
## [11.0.0](v10.0.3...v11.0.0) (2023-01-02) ### ⚠ BREAKING CHANGES * Make link.toJSON return a DAG-JSON link ### Features * Make link.toJSON return a DAG-JSON link ([9e087d6](9e087d6)) ### Bug Fixes * build browser bundle ([2ee6012](2ee6012)), closes [#234](#234) * list links of a block that _is a_ CID ([#226](#226)) ([c17673d](c17673d)) ### Documentation * fix typos in jsdoc comments ([a246054](a246054))
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The docs say to use <script src="https://unpkg.com/multiformats/dist/index.min.js"></script>. But it doesn't work in my HTML file and when I try to bring the URL up in a browser, I get "Cannot find "/dist/index.min.js" in multiformats@10.0.3".
The text was updated successfully, but these errors were encountered: