project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": false,
  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. "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. "bundle": false,
  34. "useIsolateContext": true,
  35. "useCompilerModule": false,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.11.2",
  44. "appid": "wx1c015df104db7030",
  45. "projectname": "%E6%B0%91%E6%94%BF%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  46. "debugOptions": {
  47. "hidedInDevtools": []
  48. },
  49. "isGameTourist": false,
  50. "simulatorType": "wechat",
  51. "simulatorPluginLibVersion": {},
  52. "condition": {
  53. "search": {
  54. "list": []
  55. },
  56. "conversation": {
  57. "list": []
  58. },
  59. "game": {
  60. "currentL": -1,
  61. "list": []
  62. },
  63. "miniprogram": {
  64. "list": []
  65. }
  66. }
  67. }