project.config.json 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "cloudfunctionRoot": "cloudfunctions/",
  8. "setting": {
  9. "bundle": false,
  10. "userConfirmedBundleSwitch": false,
  11. "urlCheck": true,
  12. "scopeDataCheck": false,
  13. "coverView": true,
  14. "es6": true,
  15. "postcss": true,
  16. "compileHotReLoad": false,
  17. "lazyloadPlaceholderEnable": false,
  18. "preloadBackgroundData": false,
  19. "minified": true,
  20. "autoAudits": false,
  21. "newFeature": false,
  22. "uglifyFileName": false,
  23. "uploadWithSourceMap": true,
  24. "useIsolateContext": true,
  25. "nodeModules": false,
  26. "enhance": true,
  27. "useMultiFrameRuntime": true,
  28. "useApiHook": true,
  29. "useApiHostProcess": true,
  30. "showShadowRootInWxmlPanel": true,
  31. "packNpmManually": false,
  32. "enableEngineNative": false,
  33. "packNpmRelationList": [],
  34. "minifyWXSS": true,
  35. "showES6CompileOption": false,
  36. "minifyWXML": true,
  37. "babelSetting": {
  38. "ignore": [],
  39. "disablePlugins": [],
  40. "outputPath": ""
  41. }
  42. },
  43. "compileType": "miniprogram",
  44. "libVersion": "2.19.4",
  45. "appid": "wxdbd25c95b9ccdffa",
  46. "projectname": "miniprogram-92",
  47. "condition": {},
  48. "editorSetting": {
  49. "tabIndent": "insertSpaces",
  50. "tabSize": 4
  51. },
  52. "simulatorPluginLibVersion": {},
  53. "cloudfunctionTemplateRoot": "cloudfunctionTemplate/"
  54. }