module.exports = { transpileDependencies: [ // 'vue-echarts', // 'resize-detector' ], devServer: { port: 8081, proxy: { '/api': { target: 'http://127.0.0.1:5030', changeOrigin: true, ws: true, pathRewrite: { '^/api': '' } } } }, };