Skip to content

Commit

Permalink
Fix documentation error
Browse files Browse the repository at this point in the history
  • Loading branch information
TrickyPi committed Feb 10, 2024
1 parent e283511 commit dd843c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/configuration-options/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -1967,7 +1967,7 @@ This will generate an additional `noConflict` export to UMD bundles. When called
| CLI: | `--reexportProtoFromExternal`/`--no-reexportProtoFromExternal` |
| Default: | `true` |
This option is only effective when [`output.format`](#output.format) is set to one of `['amd', 'cjs', 'iife', 'umd']` and [`output.externalLiveBindings`](#output.externalLiveBindings) is set to false.
This option is only effective when [`output.format`](#output-format) is set to one of `['amd', 'cjs', 'iife', 'umd']` and [`output.externalLiveBindings`](#output-externalLiveBindings) is set to false.
For maximum compatibility, Rollup reexports `__proto__` from an external module by default. However, for common use cases, it is strongly recommended to set this value to false as it effectively reduces the output size.
Expand Down

0 comments on commit dd843c2

Please sign in to comment.