Closed as not planned
Description
Documentation is
- Missing
- Outdated
- Confusing
- Not sure?
Explain in Detail
It seems that the English documentation page at https://vite.dev/guide/build is not reflecting the latest updates made in the corresponding Markdown source file.
For example, the current rendered page says:
Chrome >=87
However, the actual Markdown file contains:
Chrome >=107
Source file:
https://github.com/vitejs/vite/blob/1aae59594dfc2138144874322e0f26f8fd2188bd/docs/guide/build.md
This discrepancy suggests that the website has not been updated to reflect the latest changes in the Markdown sources. This may confuse users and could lead to outdated usage assumptions.
Your Suggestion for Changes
Please update the English site to reflect the latest changes in the Markdown source files so that the documentation remains accurate and consistent.
Reproduction
No response
Steps to reproduce
No response