devServer: { ???????contentBase: path.resolve(__dirname, "../dev"), ???????compress: true, ???????port: 9000,//本身的端口号 ???????host: ‘localhost‘, ???????proxy: { ???????????‘/api‘: { ???????????????target: ‘http://localhost:3000‘,//代理到的地址 ???????????????changeOrigin: true ???????????} ???????} ???}
webpack配置反向代理
原文地址:https://www.cnblogs.com/kaiqinzhang/p/10801742.html