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
Fix memory leak when using multiple webpack instances (#1205)
* Use WeakMaps to keep track of webpack and typescript compiler instances
* Cache TS instances by webpack compiler and instance name
* Remove webpack instance cache
* Rename compilerMap to instanceCache and add small comment
* Add to changelog and bump version
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,8 @@
1
1
# Changelog
2
2
3
+
## v8.0.8
4
+
*[Fixed memory leak when using multiple webpack instances](https://github.com/TypeStrong/ts-loader/pull/1205) - thanks @valerio
5
+
3
6
## v8.0.7
4
7
*[Speeds up project reference build and doesnt store the result in memory](https://github.com/TypeStrong/ts-loader/pull/1202) - thanks @sheetalkamat
0 commit comments