-
-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
space in file names causes build failure #218
Comments
It seems this is an issue that only happens in Vue, moving the issue to vite-plugin-vue. But from what I gather, the SFC compiler is encoding the space as part of moving the There is an open PR here (this issue is also affecting VitePress) I don't know if the PR is correct though, or if vite-plugin-vue would deal with this. I would expect this needs to be fixed in Vue. |
Closing as it can't reproduce with: "dependencies": {
"vue": "3.5.8"
},
"devDependencies": {
"@vitejs/plugin-vue": "5.1.4",
"vite": "5.4.7"
} |
Describe the bug
Adding a space in a public asset file name causes a build (but not development) failure.
Originally reported at nuxt/nuxt#13494.
Reproduction
https://stackblitz.com/edit/vitejs-vite-o8aged
System Info
Used Package Manager
yarn
Logs
The text was updated successfully, but these errors were encountered: