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
* Add a cache to file path mapping
This greatly reduces the time needed to resolve FilePathKey objects on watch builds.
* Address PR comments
* Bump package.json and CHANGELOG.md
Co-authored-by: John Reilly <johnny_reilly@hotmail.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
1
# Changelog
2
+
## v8.0.13
3
+
*[Speed up builds by adding an in-memory cache to file path lookups](https://github.com/TypeStrong/ts-loader/pull/1228) - thanks @berickson1
2
4
3
5
## v8.0.12
4
6
*[Instead of checking date, check time thats more accurate to see if something has changed](https://github.com/TypeStrong/ts-loader/pull/1217) - thanks @sheetalkamat
0 commit comments