pradel / create-react-app-esbuild

Use esbuild in your create-react-app for faster compilation, development and tests
MIT License
561 stars 34 forks source link

Hope to add a proxy option #67

Open jhalx opened 1 year ago

jhalx commented 1 year ago

我发现无法正常使用live-server的代理功能,经过测试发现通过以下方法修改之后可以正常使用代理功能了 I found that the proxy function of the live-server cannot be used normally. After testing, I found that the proxy function can be used normally after modification by the following method: 具体方法: specific method: 添加proxy定义,具体位置如下图 image proxy?: string[][] | undefined; 增加配置项: image