Skip to content

Commit

Permalink
Update release
Browse files Browse the repository at this point in the history
  • Loading branch information
ivogabe committed Jul 6, 2017
1 parent d6d3c9f commit 574ac44
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions release/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,13 @@ function checkAndNormalizeSettings(settings) {
delete settings.noExternalResolve;
delete settings.sortOutput;
delete settings.typescript;
delete settings.sourceMap;
delete settings.inlineSourceMap;
delete settings.sourceRoot;
delete settings.inlineSources;
}
function normalizeCompilerOptions(options) {
options.sourceMap = true;
options.suppressOutputPathCheck = true;
options.inlineSourceMap = false;
options.sourceRoot = undefined;
options.inlineSources = false;
}
function reportErrors(errors, typescript) {
var reporter = _reporter.defaultReporter();
Expand Down

0 comments on commit 574ac44

Please sign in to comment.