mirror of
https://github.com/SunnyQjm/taro-cropper.git
synced 2026-06-05 23:49:34 +08:00
10 lines
113 B
JavaScript
10 lines
113 B
JavaScript
module.exports = {
|
|
env: {
|
|
NODE_ENV: '"development"'
|
|
},
|
|
defineConstants: {
|
|
},
|
|
weapp: {},
|
|
h5: {}
|
|
}
|