CSS file paths in Vite 3 manifest broken on Windows #9295
Labels
feat: css
p3-downstream-blocker
Blocking the downstream ecosystem to work properly (priority)
windows only
Describe the bug
Hello,
after upgrading to vite version 3 and the laravel-plugin matching the version (version 0.5.0), I can't use build on a windows computer because there is an error for the css file not matching the correct form in the manifest.json.
After running this command:
Getting this error:
Someone already reported the issue on the Laravel plugin but the maintainer mentioned it is a vite bug.
See for more information: laravel/vite-plugin#101
Thanks for the great tool!
Reproduction
https://github.com/schonhoff/example-app-vite
System Info
Used Package Manager
npm
Logs
There is an issue in the
manifest.json
file. Afternpm run build
the following manifest file was created.The errors are the
\\
on the app.css.Validations
The text was updated successfully, but these errors were encountered: