project.config.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "type": "file",
  7. "value": "test/test.js"
  8. }
  9. ]
  10. },
  11. "setting": {
  12. "urlCheck": false,
  13. "es6": true,
  14. "enhance": true,
  15. "postcss": true,
  16. "preloadBackgroundData": false,
  17. "minified": true,
  18. "newFeature": false,
  19. "coverView": true,
  20. "nodeModules": true,
  21. "autoAudits": false,
  22. "showShadowRootInWxmlPanel": true,
  23. "scopeDataCheck": false,
  24. "uglifyFileName": false,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "uploadWithSourceMap": true,
  28. "compileHotReLoad": false,
  29. "useMultiFrameRuntime": false,
  30. "useApiHook": true,
  31. "babelSetting": {
  32. "ignore": [],
  33. "disablePlugins": [],
  34. "outputPath": ""
  35. },
  36. "enableEngineNative": false,
  37. "bundle": false,
  38. "useIsolateContext": true,
  39. "useCompilerModule": true,
  40. "userConfirmedUseCompilerModuleSwitch": false,
  41. "userConfirmedBundleSwitch": false,
  42. "packNpmManually": false,
  43. "packNpmRelationList": [],
  44. "minifyWXSS": true
  45. },
  46. "compileType": "miniprogram",
  47. "libVersion": "2.10.4",
  48. "appid": "wxac26792ea601584c",
  49. "projectname": "zy",
  50. "debugOptions": {
  51. "hidedInDevtools": []
  52. },
  53. "scripts": {},
  54. "isGameTourist": false,
  55. "simulatorType": "wechat",
  56. "simulatorPluginLibVersion": {},
  57. "condition": {
  58. "plugin": {
  59. "list": []
  60. },
  61. "game": {
  62. "list": []
  63. },
  64. "gamePlugin": {
  65. "list": []
  66. },
  67. "miniprogram": {
  68. "list": [
  69. {
  70. "name": "pages/shoplist/shoplist",
  71. "pathName": "pages/shoplist/shoplist",
  72. "query": "",
  73. "scene": null
  74. },
  75. {
  76. "name": "pages/person/person",
  77. "pathName": "pages/person/person",
  78. "query": "",
  79. "scene": null
  80. },
  81. {
  82. "name": "pages/prompt/prompt",
  83. "pathName": "pages/prompt/prompt",
  84. "query": "",
  85. "scene": null
  86. },
  87. {
  88. "name": "pages/prompt/prompt",
  89. "pathName": "pages/prompt/prompt",
  90. "scene": null
  91. }
  92. ]
  93. }
  94. }
  95. }