module.exports = { publicPath: process.env.NODE_ENV === 'production' ? './' : '/', outputDir: 'sacrifice', productionSourceMap:false, devServer: { 'proxy': { '/api': { target: 'http://logic.test.xsbanruo.com', changeOrigin: true, pathRewrite: { '^/api': '' } } } } }