cf-wx-app/config/prod.js

12 lines
146 B
JavaScript
Raw Normal View History

2018-11-29 17:35:49 +08:00
module.exports = {
env: {
NODE_ENV: '"production"'
},
defineConstants: {
},
weapp: {},
2019-03-20 15:29:28 +08:00
h5: {
esnextModules: ['taro-ui']
}
2018-11-29 17:35:49 +08:00
}