diff --git a/packages/plugin-legacy/README.md b/packages/plugin-legacy/README.md index 50e111ac6a66fd..37700afae156e3 100644 --- a/packages/plugin-legacy/README.md +++ b/packages/plugin-legacy/README.md @@ -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.