project.config.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "value": ".eslintrc.js",
  7. "type": "file"
  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. "lazyloadPlaceholderEnable": false,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true,
  33. "babelSetting": {
  34. "ignore": [],
  35. "disablePlugins": [],
  36. "outputPath": ""
  37. },
  38. "enableEngineNative": false,
  39. "useIsolateContext": false,
  40. "userConfirmedBundleSwitch": false,
  41. "packNpmManually": false,
  42. "packNpmRelationList": [
  43. {
  44. "packageJsonPath": "./package.json",
  45. "miniprogramNpmDistDir": "./"
  46. }
  47. ],
  48. "minifyWXSS": true,
  49. "disableUseStrict": false,
  50. "minifyWXML": true,
  51. "showES6CompileOption": false,
  52. "useCompilerPlugins": false
  53. },
  54. "compileType": "miniprogram",
  55. "libVersion": "2.22.0",
  56. "appid": "wxb824dbe860d7480d",
  57. "projectname": "%E6%B5%B7%E6%98%9F%E7%94%A8%E6%88%B7%E7%AB%AF",
  58. "cloudfunctionTemplateRoot": "",
  59. "watchOptions": {
  60. "ignore": []
  61. },
  62. "debugOptions": {
  63. "hidedInDevtools": []
  64. },
  65. "scripts": {},
  66. "condition": {
  67. "plugin": {
  68. "list": []
  69. },
  70. "game": {
  71. "list": []
  72. },
  73. "gamePlugin": {
  74. "list": []
  75. },
  76. "miniprogram": {
  77. "list": [
  78. {
  79. "name": "",
  80. "pathName": "pages/tabber/order/index",
  81. "query": "",
  82. "scene": null
  83. },
  84. {
  85. "name": "",
  86. "pathName": "pages/control/result/result",
  87. "query": "",
  88. "scene": null
  89. },
  90. {
  91. "name": "",
  92. "pathName": "pages/sorting/enter/enter",
  93. "query": "",
  94. "scene": null
  95. }
  96. ]
  97. }
  98. }
  99. }