Tags: TypeStrong/ts-loader
Tags
feat: add zero-config support for fork-ts-checker-webpack-plugin (#1451) * feat: add zero-config support for fork-ts-checker-webpack-plugin * docs: update links to fork-ts-checker-webpack-plugin * docs: update examples for fork-ts-checker-webpack-plugin * docs: update README.md * chore: minor bump of ts-loader version * chore: update CHANGELOG.md * docs: self review of README.md
fix: cater for change in resolveTypeReferenceDirective API in 4.7 (#1446 ) * compile against 4.6.3 * any * prettier * fix: cater for change in resolveTypeReferenceDirective API in TypeScript 4.7 Signed-off-by: Titian Cernicova-Dragomir <tcernicovad1@bloomberg.net> * Update CHANGELOG.md * Update package.json Co-authored-by: johnnyreilly <johnny_reilly@hotmail.com>
Bug fix: support webpack 5 in ts-loader (#1439) * Bug fix: support webpack 5 in ts-loader Error when running ts-loader with webpack 5 : "times is not iterable" * fix: guard compiler.fileTimestamps * Update package.json * Update CHANGELOG.md Co-authored-by: John Reilly <johnny_reilly@hotmail.com>