project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": true,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "useMultiFrameRuntime": false,
  23. "useApiHook": true,
  24. "babelSetting": {
  25. "ignore": [],
  26. "disablePlugins": [],
  27. "outputPath": ""
  28. },
  29. "useIsolateContext": true,
  30. "useCompilerModule": true,
  31. "userConfirmedUseCompilerModuleSwitch": false,
  32. "packNpmManually": false,
  33. "packNpmRelationList": []
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.13.1",
  37. "appid": "wx7e7a46e129d6cd0f",
  38. "projectname": "demo1",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "isGameTourist": false,
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {
  46. "search": {
  47. "list": []
  48. },
  49. "conversation": {
  50. "list": []
  51. },
  52. "plugin": {
  53. "list": []
  54. },
  55. "game": {
  56. "currentL": -1,
  57. "list": []
  58. },
  59. "gamePlugin": {
  60. "list": []
  61. },
  62. "miniprogram": {
  63. "list": [
  64. {
  65. "id": -1,
  66. "name": "我的任务",
  67. "pathName": "pages/myMission/myMission",
  68. "scene": null
  69. }
  70. ]
  71. }
  72. }
  73. }