Skip to content

@rollup/plugin-typescript noEmitOnError should default to true #1444

@gempain

Description

@gempain
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions