module.exports = { publicPath: '/', outputDir: "dist", productionSourceMap: false, // devServer: { // port: '8080', // open: true, // disableHostCheck: true, // proxy: { // '/': { // target: 'http://kf-qmx-test.jianyu360.cn', // changeOrigin: true, // ws: false, // pathRewrite: { // '^/': '' // } // } // } // } }