Skip to content

Commit 03a28af

Browse files
test: debug the problem
1 parent 1e9d38a commit 03a28af

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/loader.test.js

+1
Original file line numberDiff line numberDiff line change
@@ -643,6 +643,7 @@ describe("source-map-loader", () => {
643643
sources: [sourceFilename],
644644
mappings: "AAAA",
645645
};
646+
console.log(rawSourceMap);
646647
fs.writeFileSync(sourceMapPath, JSON.stringify(rawSourceMap));
647648

648649
const testId = "server-relative-url-path.js";

0 commit comments

Comments
 (0)