如何在 webpack devServer 的代理中代理 index.html?

问题描述 投票:0回答:0

这是我的演示https://codesandbox.io/s/ficycm

当我运行

npm run dev
时,我可以看到
hello world
,但我想将所有代理到https://www.baidu.com。打开它就像https://www.baidu.com

我知道如何代理

/api
之类的东西,但是代理 index.html 不起作用,如何设置配置?

webpack proxy webpack-dev-server
© www.soinside.com 2019 - 2024. All rights reserved.