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 360a6ff commit 416b454Copy full SHA for 416b454
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v6.0.3
4
+* [Fix issue when handling files not included in tsconfig.json](https://github.com/TypeStrong/ts-loader/issues/943) (#934) - thanks @davazp!
5
+
6
## v6.0.2
7
* [Set configFilePath when reading config file](https://github.com/TypeStrong/ts-loader/pull/942) (#939) - thanks @konpikwastaken!
8
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "6.0.2",
+ "version": "6.0.3",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist/types/index.d.ts",
0 commit comments