project.config.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "description": "项目配置文件,详见文档:%s",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "bundle": true,
  8. "userConfirmedBundleSwitch": false,
  9. "urlCheck": true,
  10. "scopeDataCheck": false,
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "compileHotReLoad": false,
  15. "lazyloadPlaceholderEnable": false,
  16. "preloadBackgroundData": false,
  17. "minified": true,
  18. "autoAudits": false,
  19. "newFeature": false,
  20. "uglifyFileName": false,
  21. "uploadWithSourceMap": true,
  22. "useIsolateContext": true,
  23. "nodeModules": false,
  24. "enhance": true,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": false,
  27. "useApiHostProcess": false,
  28. "showShadowRootInWxmlPanel": true,
  29. "packNpmManually": false,
  30. "packNpmRelationList": [],
  31. "minifyWXSS": true,
  32. "showES6CompileOption": false
  33. },
  34. "compileType": "miniprogram",
  35. "libVersion": "2.31.1",
  36. "appid": "wxcf32b3f0684c2433",
  37. "projectname": "ghsApp",
  38. "debugOptions": {
  39. "hidedInDevtools": []
  40. },
  41. "scripts": {},
  42. "staticServerOptions": {
  43. "baseURL": "",
  44. "servePath": ""
  45. },
  46. "isGameTourist": false,
  47. "condition": {
  48. "search": {
  49. "list": []
  50. },
  51. "conversation": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "plugin": {
  58. "list": []
  59. },
  60. "gamePlugin": {
  61. "list": []
  62. },
  63. "miniprogram": {
  64. "list": []
  65. }
  66. }
  67. }