Releases: TypeStrong/ts-loader
Releases · TypeStrong/ts-loader
v5.0.0
- feat: Fixed issue with incorrect output path for declaration files - thanks @JonWallsten! BREAKING CHANGE
v4.5.0
v4.4.2
v4.4.1
v4.4.0
v4.3.1
Please note, this bug fix requires that vue-loader users still using v14 should either upgrade to v15 or explicitly pass the same ts-loader options via v14's loaders option. See more details here
v4.3.0
v4.2.0
v4.1.0
- Fix slow
experimentalWatchApi
(#746) - thanks @sheetalkamat and @MLoughry! - feat:
getCustomTransformers
support path string for a module - thanks @vagusX and @s-panferov (upon whose work this is based I believe)