stencil-community / stencil-app-starter

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

npm start any change will fail with Uncaught SyntaxError: Unexpected token < #26

Closed mira-kovar closed 6 years ago

mira-kovar commented 6 years ago
@stencil/core@0.0.7-2 

I'm submitting a ... [x] bug report

Current behavior: When start project (clean clone) and install dependencies. Run npm start browser came up as expected, componnent is rendered as expected. Than when I modify file my-name.tsx terminal looks normally, browser refresh and file www/build/app.js will change where parametters appCore has value undefined same for parameter appCorePolyfilled. So live reload is usles, when i run npm start again build procces will succes, change in my-name.tsx will apear.

Expected behavior: Livereload... output of page change...

Steps to reproduce: modify my-name.tsx and hit save.

Other information: Mac OS High Sierra, npm version 5.5.1.

jgw96 commented 6 years ago

Hello! Thanks for using Stencil! This has since been fixed.