We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37896ca commit 307206bCopy full SHA for 307206b
src/vite.config.ts
@@ -27,6 +27,8 @@ const createConfig = ({ mode }: UserConfig) => {
27
"@routes": path.resolve(__dirname, "client/assets/routes"),
28
"@games": path.resolve(__dirname, "games"),
29
"@": path.resolve(__dirname, "."),
30
+ "xmlhttprequest-ssl":
31
+ "./node_modules/engine.io-client/lib/xmlhttprequest.js",
32
},
33
34
});
0 commit comments