project.config.json 1.5 KB

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