Closed oxyc closed 4 years ago
adapted from the stencil documentation and tested in sage:
import { applyPolyfills, defineCustomElements } from 'genero-design-system/loader';
applyPolyfills().then(() => {
defineCustomElements();
});
Could you add this together with react usage to the readme?
<script type="module">
on modern on what?