mirror of
https://github.com/vitejs/vite.git
synced 2024-11-21 22:59:10 +00:00
docs(legacy): correct modernPolyfills
description (#14233)
This commit is contained in:
parent
91a18c2f7d
commit
a57f388f53
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user