vuejs / vuepress

📝 Minimalistic Vue-powered static site generator
https://vuepress.vuejs.org
MIT License
22.43k stars 4.79k forks source link

我需要自定义 webSocketURL #3211

Open Aomd opened 2 months ago

Aomd commented 2 months ago

"nodejs" : "v20.12.0" "vuepress": "^2.0.0-rc.8" "@vuepress/bundler-webpack": "^2.0.0-rc.9"

使用的是 code-server 使用域名代理转发

现状: wss://3000.example.cn:3000/ws 期望:wss://3000.example.cn/ws

我已经根据 https://webpack.js.org/configuration/dev-server/#websocketurl 进行设置但是并未生效

image

image

nbro commented 2 months ago

@Aomd If you're new to VuePress, like me, you probably didn't realise that there's VitePress, which seems to be the successor of VuePress.

Aomd commented 2 months ago

@Aomd If you're new to VuePress, like me, you probably didn't realise that there's VitePress, which seems to be the successor of VuePress.

I need webpack, too many vite requests, too many cloud development restrictions