project.config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "autoAudits": false,
  15. "showShadowRootInWxmlPanel": true,
  16. "scopeDataCheck": false,
  17. "checkInvalidKey": true,
  18. "checkSiteMap": true,
  19. "uploadWithSourceMap": true,
  20. "babelSetting": {
  21. "ignore": [],
  22. "disablePlugins": [],
  23. "outputPath": ""
  24. },
  25. "useIsolateContext": true,
  26. "useCompilerModule": true,
  27. "userConfirmedUseCompilerModuleSwitch": false,
  28. "userConfirmedBundleSwitch": false,
  29. "packNpmManually": false,
  30. "packNpmRelationList": [],
  31. "minifyWXSS": true,
  32. "useMultiFrameRuntime": false,
  33. "useApiHook": true,
  34. "bundle": false
  35. },
  36. "compileType": "miniprogram",
  37. "libVersion": "",
  38. "appid": "touristappid",
  39. "projectname": "forest",
  40. "simulatorType": "wechat",
  41. "simulatorPluginLibVersion": {},
  42. "condition": {
  43. "search": {
  44. "list": []
  45. },
  46. "conversation": {
  47. "list": []
  48. },
  49. "game": {
  50. "list": []
  51. },
  52. "miniprogram": {
  53. "list": []
  54. }
  55. }
  56. }