project.config.json 1.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  1. {
  2. "description": "Project configuration file",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": true,
  14. "coverView": true,
  15. "nodeModules": false,
  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.8.0",
  44. "appid": "wxb5577767d780051d",
  45. "projectname": "内业管理系统",
  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. "plugin": {
  60. "list": []
  61. },
  62. "game": {
  63. "currentL": -1,
  64. "list": []
  65. },
  66. "miniprogram": {
  67. "list": []
  68. }
  69. }
  70. }