Skip to content

Commit 011daff

Browse files
committed
fix: return url instead of decodedUrl for safety
1 parent b0c3ce9 commit 011daff

File tree

1 file changed

+1
-1
lines changed
  • packages/vite/src/node/plugins

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ export function cssPlugin(config: ResolvedConfig): Plugin {
293293
)
294294
}
295295
}
296-
return decodedUrl
296+
return url
297297
}
298298

299299
const {

0 commit comments

Comments
 (0)