We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f1c335 commit 51459bfCopy full SHA for 51459bf
packages/vite/src/node/plugins/loadFallback.ts
@@ -11,6 +11,7 @@ export function buildLoadFallbackPlugin(): RolldownPlugin {
11
load: {
12
filter: {
13
id: {
14
+ include: /\?|#/,
15
exclude: [/^data:/],
16
},
17
0 commit comments