site
site copied to clipboard
Add instructions on using UMD build to Installation page
Someone on HN asked + we do already publish a UMD build. Just need to document it.
https://unpkg.com/browse/[email protected]/dist/
I think just documenting a <script>
tag pointing to unpkg
would work, and then explain what the global is
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 https://github.com/miragejs/miragejs/issues/330