project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. {
  2. "description": "项目配置文件。",
  3. "miniprogramRoot": "miniprogram/",
  4. "cloudfunctionRoot": "cloudfunctions/",
  5. "packOptions": {
  6. "ignore": [],
  7. "include": []
  8. },
  9. "setting": {
  10. "urlCheck": true,
  11. "es6": true,
  12. "enhance": true,
  13. "postcss": true,
  14. "preloadBackgroundData": false,
  15. "minified": true,
  16. "coverView": true,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "uploadWithSourceMap": true,
  22. "compileHotReLoad": false,
  23. "useMultiFrameRuntime": true,
  24. "useApiHook": true,
  25. "useApiHostProcess": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "useIsolateContext": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "disableUseStrict": false,
  36. "minifyWXML": true,
  37. "showES6CompileOption": false,
  38. "useCompilerPlugins": false,
  39. "ignoreUploadUnusedFiles": true,
  40. "useStaticServer": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.21.4",
  44. "appid": "wx9dbe0362bafd3d6f",
  45. "projectname": "combination",
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "scripts": {},
  49. "watchOptions": {
  50. "ignore": []
  51. },
  52. "debugOptions": {
  53. "hidedInDevtools": []
  54. },
  55. "staticServerOptions": {
  56. "servePath": ""
  57. },
  58. "cloudfunctionTemplateRoot": "cloudfunctionTemplate",
  59. "condition": {}
  60. }