Fixing windows build (#849)

Co-authored-by: Ingvar Stepanyan <rreverser@google.com>
This commit is contained in:
Jake Archibald
2020-11-19 15:03:51 +00:00
committed by GitHub
parent 6ebf94d1b6
commit 30b628c1b9
6 changed files with 15 additions and 17 deletions

View File

@@ -127,15 +127,6 @@ export default function simpleTS(mainPath, { noBuild, watch } = {}) {
relative(process.cwd(), id),
).replace(extRe, '.js');
console.log(
`simple-ts mapping`,
id,
'to',
newId,
'with outDir',
config.options.outDir,
);
return fsp.readFile(newId, { encoding: 'utf8' });
},
};