Skip to content

Commit 4d7ea21

Browse files
feat(vite-config): add querystring node polyfill
1 parent a488b32 commit 4d7ea21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vite.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export default defineConfig({
7676
* during the build
7777
*/
7878
nodePolyfills({
79-
include: ['util', 'path'],
79+
include: ['util', 'path', 'querystring'],
8080
}),
8181
vue({
8282
template: {

0 commit comments

Comments
 (0)