We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a488b32 commit 4d7ea21Copy full SHA for 4d7ea21
vite.config.ts
@@ -76,7 +76,7 @@ export default defineConfig({
76
* during the build
77
*/
78
nodePolyfills({
79
- include: ['util', 'path'],
+ include: ['util', 'path', 'querystring'],
80
}),
81
vue({
82
template: {
0 commit comments