Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

output.{compact,esModule} doc: move Default to newline #3483

Merged
merged 2 commits into from Apr 3, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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