export default {
  npmClient: 'yarn',
  hash:true,
  history: {
    type: "hash",
  },
  publicPath:"./",
  manifest: {
    basePath: "/",
  },
  outputPath: 'dashboard',
  proxy:{
    "/sfx/": {
      // 要代理的地址
      target: "http://192.168.40.111:8040", //39:28040    18/sfx/  
      changeOrigin: true,
      pathRewrite: {
        "^/sfx": "",
      },
    },
  }
};