Skip to content

Commit

Permalink
docs(legacy): correct modernPolyfills description (#14233)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Aug 29, 2023
1 parent 91a18c2 commit a57f388
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/plugin-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ npm add -D terser
- **Type:** `boolean | string[]`
- **Default:** `false`

Defaults to `false`. Enabling this option will generate a separate polyfills chunk for the modern build (targeting browsers with [native ESM support](https://caniuse.com/es6-module)).
Defaults to `false`. Enabling this option will generate a separate polyfills chunk for the modern build (targeting [browsers that support widely-available features](#browsers-that-supports-esm-but-does-not-support-widely-available-features)).

Set to a list of strings to explicitly control which polyfills to include. See [Polyfill Specifiers](#polyfill-specifiers) for details.

Expand Down

0 comments on commit a57f388

Please sign in to comment.