project.config.json 635 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "checkSiteMap": false,
  13. "ignoreDevUnusedFiles": false,
  14. "ignoreUploadUnusedFiles": false,
  15. "babelSetting": {
  16. "ignore": [],
  17. "disablePlugins": [],
  18. "outputPath": ""
  19. }
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "2.25.3",
  23. "appid": "wx1b43cad351b5f0d1",
  24. "projectname": "sugarpark-mini-program",
  25. "condition": {},
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 2
  29. }
  30. }