project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "postcss": true,
  10. "preloadBackgroundData": false,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": false,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "checkInvalidKey": true,
  19. "checkSiteMap": true,
  20. "uploadWithSourceMap": true,
  21. "babelSetting": {
  22. "ignore": [],
  23. "disablePlugins": [],
  24. "outputPath": ""
  25. },
  26. "useCompilerModule": false,
  27. "userConfirmedUseCompilerModuleSwitch": false,
  28. "useMultiFrameRuntime": true,
  29. "bundle": false,
  30. "useApiHook": true,
  31. "useApiHostProcess": true
  32. },
  33. "compileType": "miniprogram",
  34. "libVersion": "2.14.1",
  35. "appid": "wx91b4a901e2f6876b",
  36. "projectname": "zyyc-wxmini",
  37. "miniprogramRoot": "dist/wx/",
  38. "cloudfunctionTemplateRoot": "",
  39. "watchOptions": {
  40. "ignore": []
  41. },
  42. "debugOptions": {
  43. "hidedInDevtools": []
  44. },
  45. "scripts": {},
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {
  49. "search": {
  50. "list": []
  51. },
  52. "conversation": {
  53. "list": []
  54. },
  55. "plugin": {
  56. "list": []
  57. },
  58. "game": {
  59. "list": []
  60. },
  61. "gamePlugin": {
  62. "list": []
  63. },
  64. "miniprogram": {
  65. "list": []
  66. }
  67. }
  68. }