project.config.json 1.3 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. "minified": true,
  12. "newFeature": false,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "uglifyFileName": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "useMultiFrameRuntime": true,
  28. "useApiHook": true,
  29. "useApiHostProcess": false
  30. },
  31. "compileType": "miniprogram",
  32. "libVersion": "2.17.0",
  33. "appid": "wxa4cf7d8be0fbb02a",
  34. "projectname": "macaoApplets",
  35. "debugOptions": {
  36. "hidedInDevtools": []
  37. },
  38. "scripts": {},
  39. "staticServerOptions": {
  40. "baseURL": "",
  41. "servePath": ""
  42. },
  43. "isGameTourist": false,
  44. "simulatorType": "wechat",
  45. "simulatorPluginLibVersion": {},
  46. "condition": {
  47. "search": {
  48. "list": []
  49. },
  50. "conversation": {
  51. "list": []
  52. },
  53. "game": {
  54. "list": []
  55. },
  56. "plugin": {
  57. "list": []
  58. },
  59. "gamePlugin": {
  60. "list": []
  61. },
  62. "miniprogram": {
  63. "list": []
  64. }
  65. }
  66. }