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

npm run dev --es5 no longer available but still recommended by sample html in e.g. Firefox #60

Closed franktopel closed 6 years ago

franktopel commented 6 years ago

I have just cloned stencil-component-starter and tried to run it in the latest Firefox.

It says This Stencil app is disabled for this browser. and recommends to run npm run dev --es5. There is no dev property in the scripts section of package.json any more, so that gives npm ERR! missing script: dev

By the looks of it, it has to be npm start --es5 now. I'll open a PR addressing the wrong recommendation in the example HTML.