Skip to content

Commit f26b14a

Browse files
authored
docs(legacy): note works in build only (#7596)
1 parent 5d6ea8e commit f26b14a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

packages/plugin-legacy/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# @vitejs/plugin-legacy [![npm](https://img.shields.io/npm/v/@vitejs/plugin-legacy.svg)](https://npmjs.com/package/@vitejs/plugin-legacy)
22

3-
**Note: this plugin requires `vite@^2.0.0`**.
4-
5-
Vite's default browser support baseline is [Native ESM](https://caniuse.com/es6-module). This plugin provides support for legacy browsers that do not support native ESM.
3+
Vite's default browser support baseline is [Native ESM](https://caniuse.com/es6-module). This plugin provides support for legacy browsers that do not support native ESM when building for production.
64

75
By default, this plugin will:
86

0 commit comments

Comments
 (0)