project.config.json 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": true,
  10. "enhance": false,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": true,
  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. "enableEngineNative": false,
  35. "useIsolateContext": true,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": true,
  38. "packNpmRelationList": [
  39. {
  40. "packageJsonPath": "./package.json",
  41. "miniprogramNpmDistDir": "./"
  42. }
  43. ],
  44. "minifyWXSS": true,
  45. "disableUseStrict": false,
  46. "showES6CompileOption": false,
  47. "useCompilerPlugins": false,
  48. "minifyWXML": true,
  49. "condition": false
  50. },
  51. "compileType": "miniprogram",
  52. "libVersion": "2.15.0",
  53. "appid": "wxcd00bbeb981bec8b",
  54. "projectname": "jzlife_wx_servant",
  55. "simulatorType": "wechat",
  56. "simulatorPluginLibVersion": {},
  57. "editorSetting": {
  58. "tabIndent": "tab",
  59. "tabSize": 2
  60. },
  61. "condition": {
  62. "plugin": {
  63. "list": []
  64. },
  65. "game": {
  66. "list": []
  67. },
  68. "gamePlugin": {
  69. "list": []
  70. },
  71. "miniprogram": {
  72. "list": [
  73. {
  74. "name": "previewing",
  75. "pathName": "pages/pre/previewing/index",
  76. "scene": null
  77. }
  78. ]
  79. }
  80. }
  81. }