module.exports = { devServer: { proxy: { '/hitap': { target: 'http://10.16.4.150:8007', changeOrigin: true, pathRewrite: { '^/hitap': "/hitap" } } } } }