dev.conf.js 136 B

12345
  1. module.exports = merge(prodEnv, {
  2. NODE_ENV: '"development"',
  3. DEBUG_MODE: true // this overrides the DEBUG_MODE value of prod.env
  4. })