export default {
  proxy: {
    '/api': {
      target: 'http://gatewy.360vrsh.com/api/',
      changeOrigin: true,
      pathRewrite: {
        '^/api': ''
      }
    }
  },
  extraBabelPlugins: [
    ["import", {
      "libraryName": "yjtec-mob",
      "libraryDirectory": "lib",
      "style": true
    },'yjtec-mob'],
    ["import", {
      "libraryName": "antd-mobile",
      "libraryDirectory": "lib",
      "style": true
    },'antd-mobile']
  ],
}