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