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: {