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 fa3bb6a commit 8394d9eCopy full SHA for 8394d9e
test/specs/loader.spec.js
@@ -18,7 +18,7 @@ describe("Webpack tests", () => {
18
const instrumentedSourceMap = JSON.parse(stats.compilation.assets["main.js.map"].source());
19
expect(instrumentedSourceMap.sources).to.deep.equal([
20
"webpack:///webpack/bootstrap",
21
- "webpack:///./test/fixtures/esm-sample.js"
+ "webpack:///esm-sample.js"
22
]);
23
expect(instrumentedSourceMap.sourcesContent[1]).to.equal(
24
"export default class Foo {\n bar () {\n return !!this;\n }\n};\n"
0 commit comments