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
* 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 <[email protected]>
Copy file name to clipboardexpand all lines: CHANGELOG.md
+5-1
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,12 @@
1
1
# Changelog
2
2
3
+
## v9.2.8
4
+
5
+
*[Bug fix: support webpack 5 in ts-loader](https://github.com/TypeStrong/ts-loader/pull/1439)[#1438] - thanks @einatbar
6
+
3
7
## v9.2.7
4
8
5
-
*[cater for change in resolveTypeReferenceDirective API in TypeScript 4.7](https://github.com/TypeStrong/ts-loader/pull/1422)[#1421] - thanks @johnny_reilly and @cspotcode for inspiration in ts-node work here: https://github.com/TypeStrong/ts-node/pull/1648
9
+
*[cater for change in resolveTypeReferenceDirective API in TypeScript 4.7](https://github.com/TypeStrong/ts-loader/pull/1422)[#1421] - thanks @johnny_reilly and @cspotcode for inspiration in ts-node work here: https://github.com/TypeStrong/ts-node/pull/1648
0 commit comments