Skip to content
This repository was archived by the owner on Aug 4, 2021. It is now read-only.
This repository was archived by the owner on Aug 4, 2021. It is now read-only.

2.1.0 breaks all typescript builds #30

Description

@fkleuver

From one moment to the next, projects using rollup-plugin-typescript2 break after a fresh install without changing anything.

Took me several hours to pinpoint it to this package. 2.0.1 worked fine, the silent upgrade to 2.1.0 however breaks everything.

Minimal repro:

  1. git clone https://github.com/fkleuver/rollup-pluginutils-issue
  2. cd rollup-pluginutils-issue
  3. npm install <- will install 2.0.1
  4. .\node_modules\.bin\rollup --c --format cjs

image

  1. npm i rollup-pluginutils@2.1.0 -D
  2. .\node_modules\.bin\rollup --c --format cjs

image

Basically the typescript files don't seem to go through the typescript plugin anymore. The same thing happens for different build configurations, outputs, tsconfigs and whatnot.

Did you even test your changes??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions