project.config.json 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": false,
  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. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "enableEngineNative": false,
  34. "useIsolateContext": true,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": false,
  37. "packNpmRelationList": [],
  38. "minifyWXSS": true,
  39. "showES6CompileOption": false
  40. },
  41. "compileType": "miniprogram",
  42. "libVersion": "2.19.2",
  43. "appid": "wxca8d0b33f3ab66fb",
  44. "projectname": "edu-mini",
  45. "debugOptions": {
  46. "hidedInDevtools": []
  47. },
  48. "scripts": {},
  49. "staticServerOptions": {
  50. "baseURL": "",
  51. "servePath": ""
  52. },
  53. "isGameTourist": false,
  54. "condition": {
  55. "search": {
  56. "list": []
  57. },
  58. "conversation": {
  59. "list": []
  60. },
  61. "game": {
  62. "list": []
  63. },
  64. "plugin": {
  65. "list": []
  66. },
  67. "gamePlugin": {
  68. "list": []
  69. },
  70. "miniprogram": {
  71. "list": []
  72. }
  73. }
  74. }