-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
fix: no asset plugin w/ img is imported with query #8353
fix: no asset plugin w/ img is imported with query #8353
Conversation
🦋 Changeset detectedLatest commit: bbc8c89 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Is something missing from this PR? thank youu |
Nothing wrong, I'll check it out tomorrow. Sorry for the delay! |
closes #8333
Changes
When importing an image with query parameters, astro now skips the assets compilation and lets the other vite plugins do their thing.
Testing
Added automated tests.
If you want to test it manually, check out the mini test repo here.
Docs
The previous behavior was unexpected.