Skip to content
This repository was archived by the owner on Dec 1, 2019. It is now read-only.

Commit 58a161c

Browse files
committed
fix: don't remove inlineSourceMap, fixes #290
1 parent 4e9455a commit 58a161c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/instance.ts

-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,6 @@ function applyDefaults(configFilePath: string, compilerConfig: TsConfig, loaderC
232232
});
233233

234234
delete compilerConfig.options.outDir;
235-
delete compilerConfig.options.inlineSourceMap;
236235
delete compilerConfig.options.outFile;
237236
delete compilerConfig.options.out;
238237
delete compilerConfig.options.noEmit;

0 commit comments

Comments
 (0)