- Rollup Plugin Name: @rollup/plugin-typescript
- Rollup Plugin Version: 11.0.0 and before
Expected Behavior / Situation
noEmitOnError should be true by default. It makes no sense to emit code when the Typescript build fails. It can lead to production code not working as expected.
Actual Behavior / Situation
By default the value is false.
Modification Proposal
Change the value from false to true.