123456789101112
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"development"'
  4. },
  5. defineConstants: {
  6. HOST: '"https://a.t.njyunzhi.com"'
  7. },
  8. mini: {
  9. debugReact: true
  10. },
  11. h5: {}
  12. }