cf-wx-app/config/prod.js
2019-03-20 15:29:28 +08:00

12 lines
146 B
JavaScript

module.exports = {
env: {
NODE_ENV: '"production"'
},
defineConstants: {
},
weapp: {},
h5: {
esnextModules: ['taro-ui']
}
}