-
-
Notifications
You must be signed in to change notification settings - Fork 615
Closed
Description
- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 4.0.0
- Rollup Version: 2.0.3
- Operating System (or Browser): mac
- Node Version: 10.15.0
Running rollup in watch mode with typescript plugin if the typescript code is invalid the watcher breaks and exits with exit code 1. This make it impossible to re-build the code on code changes - you need to re-start the command every time.
(noEmitOnError ts compiler option doesn't help here)
How Do We Reproduce?
https://github.com/karolis-sh/issue-rollup-typescript-1 (has a readme file)
Expected Behavior
Watch mode should work just like using js files.
Actual Behavior
Watch mode exits with exit code 1.
Reactions are currently unavailable