We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Someone on HN asked + we do already publish a UMD build. Just need to document it.
https://unpkg.com/browse/[email protected]/dist/
The text was updated successfully, but these errors were encountered:
I think just documenting a <script> tag pointing to unpkg would work, and then explain what the global is
<script>
unpkg
Sorry, something went wrong.
Example from React guides
<script src="https://unpkg.com/react@16/umd/react.development.js" crossorigin></script>
Ours is
<script src="https://unpkg.com/miragejs/dist/mirage-umd.js" crossorigin></script>
Blocked by miragejs/miragejs#330
No branches or pull requests
Someone on HN asked + we do already publish a UMD build. Just need to document it.
https://unpkg.com/browse/[email protected]/dist/
The text was updated successfully, but these errors were encountered: