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 ec1aad4 commit 4baa995Copy full SHA for 4baa995
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v9.2.2
4
+
5
+* [Add webpack minimum version in peerDependencies](https://github.com/TypeStrong/ts-loader/issues/1324) - thanks @afdev82
6
7
## v9.2.1
8
9
* [Make v9 latest in npm again](https://github.com/TypeStrong/ts-loader/issues/1320) - thanks @johnnyreilly
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "9.2.1",
+ "version": "9.2.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist",
@@ -99,6 +99,6 @@
99
},
100
"peerDependencies": {
101
"typescript": "*",
102
- "webpack": "*"
+ "webpack": "^5.0.0"
103
}
104
0 commit comments