project.config.json 1.5 KB

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