-
-
Notifications
You must be signed in to change notification settings - Fork 7.5k
Closed
Copy link
Description
Describe the bug
When generating a production build using Vite 7.2.0 or 7.2.1, an unexpected directory is created. This issue did not occur in previous Vite versions.
It seems to happen when the project is located in a directory whose name contains characters outside the English alphabet.
Reproduction
https://github.com/luckasnix/vite-bug-report
Steps to reproduce
- Create a Vite project
- Move the project to a directory with non-American characters, for example "Aplicações".
- Run
npm run build - The "Aplicações" directory will appear
System Info
Windows 11Used Package Manager
npm
Logs
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guidelines.
- Read the docs.
- Check that there isn't already an issue that reports the same bug to avoid creating a duplicate.
- Make sure this is a Vite issue and not a framework-specific issue. For example, if it's a Vue SFC related bug, it should likely be reported to vuejs/core instead.
- Check that this is a concrete bug. For Q&A open a GitHub Discussion or join our Discord Chat Server.
- The provided reproduction is a minimal reproducible example of the bug.
Metadata
Metadata
Assignees
Labels
No labels