project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  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": true,
  36. "userConfirmedUseCompilerModuleSwitch": false,
  37. "userConfirmedBundleSwitch": false,
  38. "packNpmManually": false,
  39. "packNpmRelationList": [],
  40. "minifyWXSS": true
  41. },
  42. "compileType": "miniprogram",
  43. "libVersion": "2.10.0",
  44. "appid": "wx2f97e348556960c3",
  45. "projectname": "elderlrRegistration",
  46. "debugOptions": {
  47. "hidedInDevtools": []
  48. },
  49. "scripts": {},
  50. "staticServerOptions": {
  51. "baseURL": "",
  52. "servePath": ""
  53. },
  54. "isGameTourist": false,
  55. "simulatorType": "wechat",
  56. "simulatorPluginLibVersion": {},
  57. "condition": {
  58. "search": {
  59. "list": []
  60. },
  61. "conversation": {
  62. "list": []
  63. },
  64. "game": {
  65. "list": []
  66. },
  67. "plugin": {
  68. "list": []
  69. },
  70. "gamePlugin": {
  71. "list": []
  72. },
  73. "miniprogram": {
  74. "list": []
  75. }
  76. }
  77. }