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 4909d99 commit 0816fe9Copy full SHA for 0816fe9
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## v8.0.11
4
+* [Fixed build failing in yarn v2 pnp](https://github.com/TypeStrong/ts-loader/pull/1209) - @aicest
5
+
6
## v8.0.10
7
* [Fixed missing errors in watch mode in webpack5](https://github.com/TypeStrong/ts-loader/issues/1204) - thanks @appzuka
8
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "8.0.10",
+ "version": "8.0.11",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist",
@@ -101,6 +101,7 @@
101
"webpack-cli": "^3.1.1"
102
},
103
"peerDependencies": {
104
- "typescript": "*"
+ "typescript": "*",
105
+ "webpack": "*"
106
}
107
0 commit comments