project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. {
  2. "description": "项目配置文件",
  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": true,
  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. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "enableEngineNative": false,
  32. "bundle": false,
  33. "useIsolateContext": true,
  34. "useCompilerModule": true,
  35. "userConfirmedUseCompilerModuleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true
  39. },
  40. "compileType": "miniprogram",
  41. "libVersion": "1.1.0",
  42. "appid": "wx5e6122b0a733ad22",
  43. "projectname": "schoolwisdoms-student-mp",
  44. "debugOptions": {
  45. "hidedInDevtools": []
  46. },
  47. "isGameTourist": false,
  48. "simulatorType": "wechat",
  49. "simulatorPluginLibVersion": {},
  50. "condition": {
  51. "plugin": {
  52. "list": []
  53. },
  54. "game": {
  55. "list": []
  56. },
  57. "gamePlugin": {
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "list": [
  62. ]
  63. }
  64. }
  65. }