project.config.json 300 B

123456789101112131415
  1. {
  2. "miniprogramRoot": "./dist",
  3. "projectname": "taro-pet",
  4. "description": "",
  5. "appid": "touristappid",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "enhance": false,
  10. "compileHotReLoad": false,
  11. "postcss": false,
  12. "minified": false
  13. },
  14. "compileType": "miniprogram"
  15. }