Skip to content

Commit a57f388

Browse files
authored
docs(legacy): correct modernPolyfills description (#14233)
1 parent 91a18c2 commit a57f388

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-legacy/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ npm add -D terser
8080
- **Type:** `boolean | string[]`
8181
- **Default:** `false`
8282

83-
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)).
83+
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)).
8484

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

0 commit comments

Comments
 (0)