Open Aomd opened 7 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 If you're new to VuePress, like me, you probably didn't realise that there's
VitePress
, which seems to be the successor ofVuePress
.
I need webpack, too many vite requests, too many cloud development restrictions
"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 进行设置但是并未生效