README
⚠️ Do not use! Early pre-release alpha for internal testing only.
Usage
Install with polyfills
<script src='/bundle-web/dist/polyfills.js' nomodule></script>
<script src='/bundle-web/dist/index.js'></script>
Requires the nomodules attribute to prevents the script from being executed in user agents that support module scripts, such as IE11.