module.exports = { publicPath: './', // outputDir: "wxlist", // productionSourceMap: false, // devServer: { // port: '9090', // open: true, // disableHostCheck: true, // proxy: { // '/api': { // target: 'https://cadmin-service-demo.baiy.org', // changeOrigin: true, // ws: true, // pathRewrite: { // '^/api': '' // } // } // } // } };