cf-wx-app/config/prod.js

10 lines
112 B
JavaScript
Raw Normal View History

2018-11-29 17:35:49 +08:00
module.exports = {
env: {
NODE_ENV: '"production"'
},
defineConstants: {
},
weapp: {},
h5: {}
}