Skip to content

Commit a21bc44

Browse files
committed
ignored module no longer contain context path
1 parent 350817e commit a21bc44

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/NormalModuleFactory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class NormalModuleFactory {
211211
null,
212212
new RawModule(
213213
"/* (ignored) */",
214-
`ignored ${context} ${request}`,
214+
`ignored ${request}`,
215215
`${request} (ignored)`
216216
)
217217
);

test/__snapshots__/ConfigTestCases.test.js.snap

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ exports[`ConfigTestCases records issue-2991 exported tests should write relative
1616
\\"byIdentifier\\": {
1717
\\"external \\\\\\"fs\\\\\\"\\": 66,
1818
\\"external \\\\\\"path\\\\\\"\\": 589,
19-
\\"ignored pkgs/somepackage/foo\\": 760,
19+
\\"ignored pkgs/somepackage/foo\\": 583,
2020
\\"test.js\\": 316
2121
},
2222
\\"usedIds\\": [
2323
66,
2424
316,
25-
589,
26-
760
25+
583,
26+
589
2727
]
2828
}
2929
}"

0 commit comments

Comments
 (0)