You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
From one moment to the next, projects using
rollup-plugin-typescript2break 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:
git clone https://github.com/fkleuver/rollup-pluginutils-issuecd rollup-pluginutils-issuenpm install<- will install 2.0.1.\node_modules\.bin\rollup --c --format cjsnpm i rollup-pluginutils@2.1.0 -D.\node_modules\.bin\rollup --c --format cjsBasically 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??