We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70f032f commit 834efe9Copy full SHA for 834efe9
packages/plugin-legacy/README.md
@@ -27,22 +27,6 @@ export default {
27
}
28
```
29
30
-When targeting IE11, you also need `regenerator-runtime`:
31
-
32
-```js
33
-// vite.config.js
34
-import legacy from '@vitejs/plugin-legacy'
35
36
-export default {
37
- plugins: [
38
- legacy({
39
- targets: ['ie >= 11'],
40
- additionalLegacyPolyfills: ['regenerator-runtime/runtime']
41
- })
42
- ]
43
-}
44
-```
45
46
## Options
47
48
### `targets`
0 commit comments