1234567891011121314151617181920 |
- 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': ''
- // }
- // }
- // }
- // }
- };
|