-
-
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
Feature Use Case
Using rollup in watch mode, the TS compiler shouldn't break the watcher with default options.
Now you need to add typescript({ noEmitOnError: false }) in rollup.config.js for the watcher to work properly.
Feature Proposal
https://github.com/rollup/plugins/tree/master/packages/typescript#noemitonerror the noEmitOnError default should be false, so that rollup usage would be more intuitive.
Ref - #258
Reactions are currently unavailable