project.config.json 793 B

123456789101112131415161718192021222324252627282930313233343536373839
  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. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "3.5.1",
  22. "appid": "wxef5b87d5fef241b4",
  23. "projectname": "cxyy-applet",
  24. "condition": {
  25. "miniprogram": {
  26. "list": [
  27. {
  28. "name": "系统首页",
  29. "pathName": "pages/index/index",
  30. "query": ""
  31. }
  32. ]
  33. }
  34. },
  35. "editorSetting": {
  36. "tabIndent": "insertSpaces",
  37. "tabSize": 2
  38. }
  39. }