project.config.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "checkInvalidKey": true,
  16. "checkSiteMap": true,
  17. "uploadWithSourceMap": true,
  18. "useMultiFrameRuntime": true,
  19. "useApiHook": true,
  20. "useApiHostProcess": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. },
  26. "bundle": false,
  27. "useIsolateContext": true,
  28. "useCompilerModule": true,
  29. "userConfirmedUseCompilerModuleSwitch": false,
  30. "userConfirmedBundleSwitch": false,
  31. "packNpmManually": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true,
  34. "scopeDataCheck": false
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "2.8.1",
  38. "appid": "wx7379ad24baaaf660",
  39. "projectname": "%E5%B9%BF%E5%B7%9E%E7%A8%8E%E5%90%8E%E5%B7%A5%E8%B5%84%E8%AE%A1%E7%AE%97%E5%99%A8",
  40. "simulatorType": "wechat",
  41. "simulatorPluginLibVersion": {},
  42. "condition": {
  43. "miniprogram": {
  44. "list": [
  45. {
  46. "name": "1047: 扫描小程序码",
  47. "pathName": "page/home/index",
  48. "query": "",
  49. "scene": 1047
  50. },
  51. {
  52. "name": "page/findmore/index",
  53. "pathName": "page/findmore/index",
  54. "query": "",
  55. "scene": null
  56. },
  57. {
  58. "name": "page/home/deduct/deduct",
  59. "pathName": "page/home/deduct/deduct",
  60. "query": "",
  61. "scene": null
  62. },
  63. {
  64. "name": "page/findmore/index",
  65. "pathName": "page/findmore/index",
  66. "query": "",
  67. "scene": null
  68. },
  69. {
  70. "name": "1037: 从小程序进入",
  71. "pathName": "page/home/index",
  72. "query": "name=test",
  73. "scene": 1037,
  74. "referrerInfo": {
  75. "appId": "wxbf3f03f8a7d0cdcf",
  76. "extraData": "{ \"testname\": \"test1\"}"
  77. }
  78. }
  79. ]
  80. }
  81. },
  82. "editorSetting": {
  83. "tabIndent": "insertSpaces",
  84. "tabSize": 2
  85. }
  86. }