We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96af77 commit da5a118Copy full SHA for da5a118
.changeset/fancy-nights-chew.md
@@ -0,0 +1,5 @@
1
+---
2
+'@builder.io/qwik': patch
3
4
+
5
+Removed backdrop-filter of vite-error-overlay to prevent perf issues with multiple errors
packages/qwik/src/optimizer/src/plugins/vite-error.ts
@@ -19,7 +19,6 @@ vite-error-overlay {
19
20
vite-error-overlay::part(backdrop) {
21
background: rgb(2 11 17 / 60%);
22
- backdrop-filter: blur(20px) brightness(0.4) saturate(3);
23
}
24
25
vite-error-overlay::part(window) {
0 commit comments