summaryrefslogtreecommitdiff
path: root/.changeset/disable-asset-with-query.md
diff options
context:
space:
mode:
Diffstat (limited to '.changeset/disable-asset-with-query.md')
-rw-r--r--.changeset/disable-asset-with-query.md13
1 files changed, 0 insertions, 13 deletions
diff --git a/.changeset/disable-asset-with-query.md b/.changeset/disable-asset-with-query.md
deleted file mode 100644
index 3eca21a62..000000000
--- a/.changeset/disable-asset-with-query.md
+++ /dev/null
@@ -1,13 +0,0 @@
----
-'astro': patch
----
-
-Astro will now skip asset optimization when there is a query in the import. Instead, it will let vite deal with it using plugins.
-
-```vue
-<script>
-// This will not return an optimized asset
-import Component from './Component.vue?component'
-</script>
-```
-