diff --git a/vite.config.js b/vite.config.js index 5fcce67..c8931d2 100644 --- a/vite.config.js +++ b/vite.config.js @@ -15,6 +15,8 @@ export default defineConfig(({ command, mode }) => { resolve: { alias: { vue: 'vue/dist/vue.esm-bundler', + 'xmlhttprequest-ssl': + './node_modules/engine.io-client/lib/xmlhttprequest.js', '@': fileURLToPath(new URL('./src', import.meta.url)), adapter: fileURLToPath( new URL('./src/services/adapter/web.js', import.meta.url)