You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

38 lines
746 B

6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
6 months ago
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "postcss": false,
  11. "minified": false,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. }
  19. },
  20. "compileType": "miniprogram",
  21. "libVersion": "3.4.9",
  22. "appid": "wx25cc9ad5a608b961",
  23. "projectname": "中龙",
  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. }