From 603bb64db0ab20f97ed8b22d638c495a6e12d639 Mon Sep 17 00:00:00 2001 From: Steven Luscher Date: Thu, 17 Dec 2015 10:36:10 -0800 Subject: [PATCH] Clarify description of `comments` config. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It doesn't mean anything for “strip/output” to be “on.” --- packages/babel-core/src/transformation/file/options/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/babel-core/src/transformation/file/options/config.js b/packages/babel-core/src/transformation/file/options/config.js index 3a5be4a9dd..f825d4a372 100644 --- a/packages/babel-core/src/transformation/file/options/config.js +++ b/packages/babel-core/src/transformation/file/options/config.js @@ -92,7 +92,7 @@ module.exports = { comments: { type: "boolean", default: true, - description: "strip/output comments in generated output (on by default)" + description: "write comments to generated output (true by default)" }, shouldPrintComment: {