prod.ts 111 B

123456789
  1. module.exports = {
  2. env: {
  3. NODE_ENV: '"production"'
  4. },
  5. defineConstants: {
  6. },
  7. mini: {},
  8. h5: {}
  9. }