ionic-team / stencil-component-starter

Minimal starter project for building shareable web components with Stencil
https://github.com/ionic-team/stencil
MIT License
278 stars 128 forks source link

fix(): add module script type to README examples #97

Closed brettchalupa closed 2 years ago

brettchalupa commented 3 years ago

This makes it so the browser knows to load them as modules. Otherwise, the browser throws an "Uncaught SyntaxError: Cannot use import statement outside a module" error when loading the esm.js via Githubissues.

  • Githubissues is a development platform for aggregating issues.