prod.js 115 B

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