module.exports = { devServer: { port: '8080', disableHostCheck: true, proxy: { '/Apis': { target: 'https://biking.okenx.com', // target: 'https://doc.okenx.com', changeOrigin: true, pathRewrite: { "^/Apis": '' } } } } }