module.exports = { publicPath: './', devServer: { proxy: { '/api': { target: 'http://localhost:8566', changeOrigin: true, pathRewrite: { '^/api': '/' }, }, } } }