project.config.json 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "compileHotReLoad": false,
  24. "useMultiFrameRuntime": true,
  25. "useApiHook": true,
  26. "useApiHostProcess": true,
  27. "babelSetting": {
  28. "ignore": [],
  29. "disablePlugins": [],
  30. "outputPath": ""
  31. },
  32. "enableEngineNative": false,
  33. "useIsolateContext": true,
  34. "useCompilerModule": true,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "userConfirmedBundleSwitch": false,
  37. "packNpmManually": false,
  38. "packNpmRelationList": [],
  39. "minifyWXSS": true
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.9.4",
  43. "appid": "wxa4605486f4ebafa5",
  44. "projectname": "%E6%9C%AA%E6%9D%A5GO%E5%8E%82%E6%B5%8B%E7%AB%AF",
  45. "debugOptions": {
  46. "hidedInDevtools": []
  47. },
  48. "isGameTourist": false,
  49. "simulatorType": "wechat",
  50. "simulatorPluginLibVersion": {},
  51. "condition": {
  52. "search": {
  53. "list": []
  54. },
  55. "conversation": {
  56. "list": []
  57. },
  58. "plugin": {
  59. "list": []
  60. },
  61. "game": {
  62. "currentL": -1,
  63. "list": []
  64. },
  65. "miniprogram": {
  66. "list": [
  67. {
  68. "id": 0,
  69. "name": "添加书",
  70. "pathName": "pages/book/link",
  71. "query": "id=9787513560795"
  72. },
  73. {
  74. "id": 1,
  75. "name": "书详情",
  76. "pathName": "pages/book/detail",
  77. "query": "id=9787513560795"
  78. }
  79. ]
  80. }
  81. }
  82. }