module.exports = { outputDir:"manage_web", lintOnSave: false, productionSourceMap:false, publicPath: './', devServer: { open: true, host: 'localhost', port: 8080, proxy: { '/apis': { target: 'https://test.buwanjia.com', // target host ws: true, // proxy websockets changeOrigin: true, // needed for virtual hosted sites pathRewrite: { '^/apis': '' // rewrite path } }, } } }