project.config.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. {
  2. "description": "项目配置文件",
  3. "miniprogramRoot": "./dist/dev/mp-weixin/app.json",
  4. "packOptions": {
  5. "ignore": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": false,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "useIsolateContext": false,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "disableUseStrict": false,
  40. "minifyWXML": true,
  41. "showES6CompileOption": false,
  42. "useCompilerPlugins": false,
  43. "ignoreUploadUnusedFiles": true
  44. },
  45. "compileType": "miniprogram",
  46. "libVersion": "2.23.2",
  47. "appid": "wx5517300868ed7286",
  48. "projectname": "miniRepairPro",
  49. "debugOptions": {
  50. "hidedInDevtools": []
  51. },
  52. "scripts": {},
  53. "staticServerOptions": {
  54. "baseURL": "",
  55. "servePath": ""
  56. },
  57. "isGameTourist": false,
  58. "condition": {
  59. "search": {
  60. "list": []
  61. },
  62. "conversation": {
  63. "list": []
  64. },
  65. "game": {
  66. "list": []
  67. },
  68. "plugin": {
  69. "list": []
  70. },
  71. "gamePlugin": {
  72. "list": []
  73. },
  74. "miniprogram": {
  75. "list": []
  76. }
  77. }
  78. }