project.config.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": false,
  11. "preloadBackgroundData": false,
  12. "minified": false,
  13. "newFeature": false,
  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": false,
  25. "useApiHook": true,
  26. "babelSetting": {
  27. "ignore": [],
  28. "disablePlugins": [],
  29. "outputPath": ""
  30. },
  31. "enableEngineNative": false,
  32. "useIsolateContext": true,
  33. "useCompilerModule": true,
  34. "userConfirmedUseCompilerModuleSwitch": false,
  35. "packNpmManually": false,
  36. "packNpmRelationList": [],
  37. "minifyWXSS": true
  38. },
  39. "compileType": "miniprogram",
  40. "libVersion": "",
  41. "appid": "wxc950eea640108c5e",
  42. "projectname": "cqcarbonwxapp",
  43. "condition": {
  44. "search": {
  45. "list": []
  46. },
  47. "conversation": {
  48. "list": []
  49. },
  50. "game": {
  51. "list": []
  52. },
  53. "miniprogram": {
  54. "list": []
  55. }
  56. }
  57. }