webpack中设置事件代理

proxy:{

     "/api":{

          target:"http://localhost:3000",

          changeOrigin:true,

          pathRewrite:{

              "^/api":""

          }

     }

}

你可能感兴趣的:(webpack中设置事件代理)