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

Commit

Permalink
fix: don't remove inlineSourceMap, fixes #290
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Dec 14, 2016
1 parent 4e9455a commit 58a161c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/instance.ts
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,6 @@ function applyDefaults(configFilePath: string, compilerConfig: TsConfig, loaderC
});

delete compilerConfig.options.outDir;
delete compilerConfig.options.inlineSourceMap;
delete compilerConfig.options.outFile;
delete compilerConfig.options.out;
delete compilerConfig.options.noEmit;
Expand Down

0 comments on commit 58a161c

Please sign in to comment.