module.exports = {
  publicPath: process.env.NODE_ENV === 'production' ? '//szh5static.ichunt.com/' : '//szh5static.ichunt.com/',
  outputDir: 'view',
  devServer: {
    proxy: {
      '/api': {
        target: 'http://m.liexin.com',
        changeOrigin: true,
        ws: true,
        pathRewrite: {
          '^/api': ''
        }
      }
    }
  }
}