cf-wx-app/config/dev.js

16 lines
213 B
JavaScript
Raw Permalink Normal View History

2018-11-29 17:35:49 +08:00
module.exports = {
env: {
NODE_ENV: '"development"'
},
defineConstants: {
},
weapp: {},
2019-03-20 15:29:28 +08:00
h5: {
esnextModules: ['taro-ui'],
2019-03-26 14:44:41 +08:00
devServer:{
host: "192.168.1.120",
port:80
}
2019-03-20 15:29:28 +08:00
}
}