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 0dec9ad commit 61ca304Copy full SHA for 61ca304
lib/PnpPlugin.js
@@ -50,9 +50,9 @@ module.exports = class PnpPlugin {
50
const packageName = packageMatch[0];
51
const innerRequest = `.${req.slice(packageName.length)}`;
52
53
- /** @type {string|undefined} */
+ /** @type {string|undefined|null} */
54
let resolution;
55
56
let apiResolution;
57
try {
58
resolution = this.pnpApi.resolveToUnqualified(packageName, issuer, {
0 commit comments