project.config.json 617 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "miniprogramRoot": "dist/",
  3. "projectname": "taro-pet",
  4. "description": "",
  5. "appid": "wx327f4590712c07fe",
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  9. "enhance": false,
  10. "compileHotReLoad": false,
  11. "postcss": false,
  12. "minified": true,
  13. "babelSetting": {
  14. "ignore": [],
  15. "disablePlugins": [],
  16. "outputPath": ""
  17. }
  18. },
  19. "compileType": "miniprogram",
  20. "libVersion": "2.30.1",
  21. "srcMiniprogramRoot": "dist/",
  22. "packOptions": {
  23. "ignore": [],
  24. "include": []
  25. },
  26. "condition": {},
  27. "editorSetting": {
  28. "tabIndent": "insertSpaces",
  29. "tabSize": 2
  30. }
  31. }