Using ES modules with dynamic imports can still be a mine field due to somewhat ambiguous <script type="module">
semantics.
In this medium post, I explain a way to load ES modules when possible or fallback to SystemJS.
July 19, 2018
Using ES modules with dynamic imports can still be a mine field due to somewhat ambiguous <script type="module">
semantics.
In this medium post, I explain a way to load ES modules when possible or fallback to SystemJS.