From 39dae28d5c7827dbedb943e4108bd0589246290f Mon Sep 17 00:00:00 2001 From: Logan Smyth Date: Thu, 16 Nov 2017 16:32:47 -0800 Subject: [PATCH] Add missing argument and remove nonexistent one. (#6842) --- packages/babel-core/src/transformation/normalize-opts.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-core/src/transformation/normalize-opts.js b/packages/babel-core/src/transformation/normalize-opts.js index d3577fe1f4..f224ff01ee 100644 --- a/packages/babel-core/src/transformation/normalize-opts.js +++ b/packages/babel-core/src/transformation/normalize-opts.js @@ -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,