-
-
Notifications
You must be signed in to change notification settings - Fork 7.6k
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Documentation is
- Missing
- Outdated
- Confusing
- Not sure?
Explain in Detail
Line 25 in 46d3077
| For production builds, Vite by default targets [Baseline](https://web-platform-dx.github.io/web-features/) Widely Available browsers. These are browsers that were released at least 2.5 years ago. The target can be lowered via configuration. Additionally, legacy browsers can be supported via the official [@vitejs/plugin-legacy](https://github.com/vitejs/vite/tree/main/packages/plugin-legacy). See the [Building for Production](./build) section for more details. |
These are browsers that were released at least 2.5 years ago
I think the "at least" is backwards. A browser released 5 years ago is not what we mean here.
Your Suggestion for Changes
Maybe change it to "That means it only uses features which have been available across browsers for at least 2.5 years."
Reproduction
No response
Steps to reproduce
No response
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation