Skip to content

Commit

Permalink
docs(legacy): note works in build only (#7596)
Browse files Browse the repository at this point in the history
  • Loading branch information
bluwy committed Apr 3, 2022
1 parent 5d6ea8e commit f26b14a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/plugin-legacy/README.md
@@ -1,8 +1,6 @@
# @vitejs/plugin-legacy [![npm](https://img.shields.io/npm/v/@vitejs/plugin-legacy.svg)](https://npmjs.com/package/@vitejs/plugin-legacy)

**Note: this plugin requires `vite@^2.0.0`**.

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.
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.

By default, this plugin will:

Expand Down

0 comments on commit f26b14a

Please sign in to comment.