Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

project.config.json 1.6KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "bundle": false,
  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": true,
  27. "useApiHostProcess": true,
  28. "showShadowRootInWxmlPanel": true,
  29. "packNpmManually": false,
  30. "enableEngineNative": false,
  31. "packNpmRelationList": [],
  32. "minifyWXSS": true,
  33. "showES6CompileOption": false
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.17.0",
  37. "appid": "wxa002040c2c6a0f92",
  38. "projectname": "miniprogram-1",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "scripts": {},
  43. "staticServerOptions": {
  44. "baseURL": "",
  45. "servePath": ""
  46. },
  47. "isGameTourist": false,
  48. "condition": {
  49. "search": {
  50. "list": []
  51. },
  52. "conversation": {
  53. "list": []
  54. },
  55. "game": {
  56. "list": []
  57. },
  58. "plugin": {
  59. "list": []
  60. },
  61. "gamePlugin": {
  62. "list": []
  63. },
  64. "miniprogram": {
  65. "list": []
  66. }
  67. }
  68. }