Skip to content

Commit

Permalink
output.{compact,esModule} doc: move Default to newline (#3483)
Browse files Browse the repository at this point in the history
* output.compact doc: move `Default` to newline

Consistency!

* Add new line for output.esModule Default as well
  • Loading branch information
nstepien committed Apr 3, 2020
1 parent 85c59ba commit b97754c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/999-big-list-of-options.md
Expand Up @@ -436,7 +436,7 @@ Forward slashes `/` can be used to place files in sub-directories. See also [`ou

#### output.compact
Type: `boolean`<br>
CLI: `--compact`/`--no-compact`
CLI: `--compact`/`--no-compact`<br>
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.
Expand Down Expand Up @@ -714,7 +714,7 @@ export default {

#### output.esModule
Type: `boolean`<br>
CLI: `--esModule`/`--no-esModule`
CLI: `--esModule`/`--no-esModule`<br>
Default: `true`

Whether or not to add a `__esModule: true` property when generating exports for non-ES formats.
Expand Down

0 comments on commit b97754c

Please sign in to comment.