project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  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. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "useIsolateContext": true,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": true,
  36. "packNpmRelationList": [
  37. {
  38. "packageJsonPath": "./package.json",
  39. "miniprogramNpmDistDir": "./"
  40. }
  41. ],
  42. "minifyWXSS": true,
  43. "showES6CompileOption": false,
  44. "condition": false
  45. },
  46. "compileType": "miniprogram",
  47. "libVersion": "2.15.0",
  48. "appid": "wx3b55fc3ee205d304",
  49. "projectname": "jzlife_wx_servant",
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "condition": {
  53. "plugin": {
  54. "list": []
  55. },
  56. "game": {
  57. "list": []
  58. },
  59. "gamePlugin": {
  60. "list": []
  61. },
  62. "miniprogram": {
  63. "list": [
  64. {
  65. "name": "previewing",
  66. "pathName": "pages/pre/previewing/index",
  67. "scene": null
  68. }
  69. ]
  70. }
  71. },
  72. "editorSetting": {
  73. "tabIndent": "tab",
  74. "tabSize": 2
  75. }
  76. }