project.config.json 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "type": "file",
  7. "value": ".eslintrc.js"
  8. }
  9. ]
  10. },
  11. "setting": {
  12. "urlCheck": false,
  13. "es6": true,
  14. "enhance": true,
  15. "postcss": true,
  16. "preloadBackgroundData": false,
  17. "minified": true,
  18. "newFeature": false,
  19. "coverView": true,
  20. "nodeModules": true,
  21. "autoAudits": false,
  22. "showShadowRootInWxmlPanel": true,
  23. "scopeDataCheck": false,
  24. "uglifyFileName": false,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "uploadWithSourceMap": true,
  28. "compileHotReLoad": false,
  29. "lazyloadPlaceholderEnable": false,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true,
  33. "babelSetting": {
  34. "ignore": [],
  35. "disablePlugins": [],
  36. "outputPath": ""
  37. },
  38. "enableEngineNative": false,
  39. "useIsolateContext": false,
  40. "userConfirmedBundleSwitch": false,
  41. "packNpmManually": false,
  42. "packNpmRelationList": [
  43. {
  44. "packageJsonPath": "./package.json",
  45. "miniprogramNpmDistDir": "./"
  46. }
  47. ],
  48. "minifyWXSS": true,
  49. "disableUseStrict": false,
  50. "minifyWXML": true,
  51. "showES6CompileOption": false,
  52. "useCompilerPlugins": false
  53. },
  54. "compileType": "miniprogram",
  55. "libVersion": "2.22.0",
  56. "appid": "wx0b37183822da9c21",
  57. "projectname": "%E6%B5%B7%E6%98%9F%E5%88%86%E6%8B%A3%E7%AB%AF",
  58. "debugOptions": {
  59. "hidedInDevtools": []
  60. },
  61. "scripts": {},
  62. "staticServerOptions": {
  63. "baseURL": "",
  64. "servePath": ""
  65. },
  66. "isGameTourist": false,
  67. "condition": {
  68. "search": {
  69. "list": []
  70. },
  71. "conversation": {
  72. "list": []
  73. },
  74. "game": {
  75. "list": []
  76. },
  77. "plugin": {
  78. "list": []
  79. },
  80. "gamePlugin": {
  81. "list": []
  82. },
  83. "miniprogram": {
  84. "list": []
  85. }
  86. }
  87. }