project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  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. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "useCompilerModule": false,
  29. "userConfirmedUseCompilerModuleSwitch": false,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true
  33. },
  34. "compileType": "miniprogram",
  35. "libVersion": "2.17.0",
  36. "appid": "wx29b846f370811503",
  37. "projectname": "ddk",
  38. "debugOptions": {
  39. "hidedInDevtools": []
  40. },
  41. "scripts": {},
  42. "isGameTourist": false,
  43. "simulatorType": "wechat",
  44. "simulatorPluginLibVersion": {},
  45. "condition": {
  46. "search": {
  47. "list": []
  48. },
  49. "conversation": {
  50. "list": []
  51. },
  52. "game": {
  53. "list": []
  54. },
  55. "plugin": {
  56. "list": []
  57. },
  58. "gamePlugin": {
  59. "list": []
  60. },
  61. "miniprogram": {
  62. "list": []
  63. }
  64. }
  65. }