We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8a92a7 commit 4b087a9Copy full SHA for 4b087a9
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 5.0.0
4
+
5
+* [feat: Fixed issue with incorrect output path for declaration files](https://github.com/TypeStrong/ts-loader/pull/822) - thanks @JonWallsten! **BREAKING CHANGE**
6
7
## 4.5.0
8
9
* [feat: Added support for TypeScript declaration map](https://github.com/TypeStrong/ts-loader/pull/821) - thanks @JonWallsten!
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "4.5.0",
+ "version": "5.0.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist/types/index.d.ts",
0 commit comments