Add missing argument and remove nonexistent one. (#6842)

This commit is contained in:
Logan Smyth
2017-11-16 16:32:47 -08:00
committed by GitHub
parent 16e898c692
commit 39dae28d5c

View File

@@ -41,9 +41,9 @@ export default function normalizeOptions(config: ResolvedConfig): {} {
auxiliaryCommentAfter: opts.auxiliaryCommentAfter,
retainLines: opts.retainLines,
comments,
shouldPrintComment: opts.shouldPrintComment,
compact,
minified: opts.minified,
concise: opts.concise,
// Source-map generation flags.
sourceMaps,