project.config.json 682 B

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