project.config.json 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": false,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": true,
  32. "useCompilerModule": true,
  33. "userConfirmedUseCompilerModuleSwitch": false,
  34. "packNpmManually": false,
  35. "packNpmRelationList": [],
  36. "minifyWXSS": true
  37. },
  38. "compileType": "miniprogram",
  39. "libVersion": "2.9.4",
  40. "appid": "wx57bf23647ca4b37a",
  41. "projectname": "%E9%97%AA%E7%8E%B0%E5%8E%82%E6%B5%8B",
  42. "debugOptions": {
  43. "hidedInDevtools": []
  44. },
  45. "isGameTourist": false,
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {
  49. "search": {
  50. "list": []
  51. },
  52. "conversation": {
  53. "list": []
  54. },
  55. "plugin": {
  56. "list": []
  57. },
  58. "game": {
  59. "currentL": -1,
  60. "list": []
  61. },
  62. "miniprogram": {
  63. "list": [
  64. {
  65. "id": 0,
  66. "name": "添加书",
  67. "pathName": "pages/book/link",
  68. "query": "id=9787513560795"
  69. },
  70. {
  71. "id": 1,
  72. "name": "书详情",
  73. "pathName": "pages/book/detail",
  74. "query": "id=9787513560795"
  75. }
  76. ]
  77. }
  78. }
  79. }