Replace querystring
with URLSearchParams
#4341
Labels
enhancement
New feature or request
p2-nice-to-have
Not breaking anything but nice to have (priority)
Describe the bug
The
querystring
API is considered legacy and it's recommended to useURLSearchParams
instead. I'm getting a warning when building the SvelteKit codebase with Rollup and would like to get rid of the warningReproduction
vite/packages/vite/src/node/plugins/worker.ts
Line 5 in 0693d03
System Info
Vite `master`
Used Package Manager
pnpm
Logs
default imported from external module 'querystring' but never used
Validations
The text was updated successfully, but these errors were encountered: