module.exports = {
  env: {
    NODE_ENV: '"development"'
  },
  defineConstants: {
    // HOST: '"https://xs.ycjcjy.com"'
    HOST: '"http://127.0.0.1:6060"'
  },
  mini: {
    debugReact: true
  },
  h5: {}
}