project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  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": true,
  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. "miniprogram": {
  63. "list": [
  64. {
  65. "name": "previewing",
  66. "pathName": "pages/pre/previewing/index",
  67. "query": "",
  68. "scene": null
  69. }
  70. ]
  71. }
  72. }
  73. }