-
-
Notifications
You must be signed in to change notification settings - Fork 60
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
marko test fail with vite 2.9 alpha #47
Comments
@DylanPiercey any idea what this might be about? |
|
@dominikg unsure why but the error suggests that the resolver on the server has been broken. It is pulling in browser assets (mapped via the |
@patak-dev does vitejs/vite#6758 cause vite to use the same cached optimized files for server and browser? Something like that might lead to incorrectly resolved files like this. |
That shouldn't have changed. I'll review this tomorrow |
The CI was fixed by vitejs/vite#7214, but also see vitejs/vite#7218 as this CI issue uncovered another Vite bug and a Marko bug |
pnpm test -- marko --release 2.8.6
passes butpnpm test -- marko
fails withvite ref: b0c0efe009c4234c8915a649dc9b1568d1d8a07f
The text was updated successfully, but these errors were encountered: