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 dc0a105 commit 16c709eCopy full SHA for 16c709e
test/samples/transpile-concat-hires/test.ts
@@ -29,7 +29,6 @@ describe('transpile then concatenate', () => {
29
const remapped = remapping(map, (file) => {
30
return file.endsWith('.mjs') ? null : read(`${file}.map`);
31
});
32
- console.log(JSON.stringify(remapped, null, 2));
33
34
const consumer = new SourceMapConsumer((remapped as unknown) as RawSourceMap);
35
// the foo in bundle.js
0 commit comments