module.exports = { publicPath: '/demo', // transpileDependencies: ['naf-core'], // configureWebpack: { // externals: { // 'element-ui': 'Element', // vue: 'Vue', // }, // }, devServer: { proxy: { '/ws': { // target: 'http://smart.chinahuian.cn', target: 'http://172.17.116.100:15674', ws: true, }, '/weixin': { target: 'http://smart.cc-lotus.info', }, }, }, };