dev.js 111 B

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