@btenterprisedigital/loop-bundledeprecated

⚠️ Do not use! Early pre-release alpha for internal testing only.

Usage no npm install needed!

<script type="module">
  import btenterprisedigitalLoopBundle from 'https://cdn.skypack.dev/@btenterprisedigital/loop-bundle';
</script>

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.