From 7d839f876ea4c1d783852ea4f525fd28108ae6c0 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Date: Fri, 3 Apr 2020 12:31:29 +0100 Subject: [PATCH 1/2] output.compact doc: move `Default` to newline Consistency! --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index 3cbe9f33bc5..ac7edf2f5dc 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -436,7 +436,7 @@ Forward slashes `/` can be used to place files in sub-directories. See also [`ou #### output.compact Type: `boolean`
-CLI: `--compact`/`--no-compact` +CLI: `--compact`/`--no-compact`
Default: `false` This will minify the wrapper code generated by rollup. Note that this does not affect code written by the user. This option is useful when bundling pre-minified code. From 3a9f50ce5f4eb19d480c2b92ccb397670491bc52 Mon Sep 17 00:00:00 2001 From: Nicolas Stepien <567105+nstepien@users.noreply.github.com> Date: Fri, 3 Apr 2020 18:49:44 +0100 Subject: [PATCH 2/2] Add new line for output.esModule Default as well --- docs/999-big-list-of-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/999-big-list-of-options.md b/docs/999-big-list-of-options.md index ac7edf2f5dc..a3c5c25d70f 100755 --- a/docs/999-big-list-of-options.md +++ b/docs/999-big-list-of-options.md @@ -714,7 +714,7 @@ export default { #### output.esModule Type: `boolean`
-CLI: `--esModule`/`--no-esModule` +CLI: `--esModule`/`--no-esModule`
Default: `true` Whether or not to add a `__esModule: true` property when generating exports for non-ES formats.