project.config.json 354 B

12345678910111213141516
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "kede-createRD-h5",
  4. "description": "Taro 多端(微信小程序 + H5 + React Native)",
  5. "appid": "touristappid",
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": false,
  9. "postcss": false,
  10. "minified": false,
  11. "newFeature": true,
  12. "autoAudits": false
  13. },
  14. "compileType": "miniprogram",
  15. "condition": {}
  16. }