ts-loader
Advanced tools
Comparing version 8.0.10 to 8.0.11
# Changelog | ||
## v8.0.11 | ||
* [Fixed build failing in yarn v2 pnp](https://github.com/TypeStrong/ts-loader/pull/1209) - @aicest | ||
## v8.0.10 | ||
@@ -4,0 +7,0 @@ * [Fixed missing errors in watch mode in webpack5](https://github.com/TypeStrong/ts-loader/issues/1204) - thanks @appzuka |
{ | ||
"name": "ts-loader", | ||
"version": "8.0.10", | ||
"version": "8.0.11", | ||
"description": "TypeScript loader for webpack", | ||
@@ -104,4 +104,5 @@ "main": "index.js", | ||
"peerDependencies": { | ||
"typescript": "*" | ||
"typescript": "*", | ||
"webpack": "*" | ||
} | ||
} |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
238119
7