babichjacob/sapper-typescript-graphql-template

Dev server crashes on syntax errors

benmccann opened this issue · 1 comments

See sveltejs/sapper#1375 and sveltejs/template#161 for more details. I think it'd be worth switching to rollup-plugin-typescript2, which works much better in my limited experience

It seems another solution might be setting noEmitOnError: false in the rollup config rollup/plugins#272