Skip to content
This repository has been archived by the owner on Aug 1, 2022. It is now read-only.

Commit

Permalink
fix(ui): Don’t crash rollup watcher on typescript error (#872)
Browse files Browse the repository at this point in the history
Fixes #871

Co-authored-by: Alexander Simmerl <a.simmerl@gmail.com>
  • Loading branch information
Thomas Scholtes and xla committed Sep 7, 2020
1 parent 682f609 commit 66fc54f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rollup.app.js
Expand Up @@ -36,7 +36,10 @@ export default {

commonjs(),

typescript(),
typescript({
// See https://github.com/rollup/plugins/issues/272
noEmitOnError: production,
}),

// Watch the `public` directory and refresh the
// browser on changes when not in production
Expand Down

0 comments on commit 66fc54f

Please sign in to comment.