Skip to content

Commit 51459bf

Browse files
committed
feat: filter loadFallback plugin
1 parent 0f1c335 commit 51459bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vite/src/node/plugins/loadFallback.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export function buildLoadFallbackPlugin(): RolldownPlugin {
1111
load: {
1212
filter: {
1313
id: {
14+
include: /\?|#/,
1415
exclude: [/^data:/],
1516
},
1617
},

0 commit comments

Comments
 (0)