project.config.json 788 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. {
  2. "description": "小程序配置",
  3. "setting": {
  4. "urlCheck": false,
  5. "es6": true,
  6. "enhance": true,
  7. "postcss": true,
  8. "minified": true,
  9. "newFeature": true,
  10. "nodeModules": true,
  11. "autoAudits": true,
  12. "uglifyFileName": true,
  13. "checkInvalidKey": true,
  14. "checkSiteMap": true,
  15. "uploadWithSourceMap": true,
  16. "babelSetting": {
  17. "ignore": [],
  18. "disablePlugins": [],
  19. "outputPath": ""
  20. },
  21. "bundle": true
  22. },
  23. "compileType": "miniprogram",
  24. "libVersion": "2.10.0",
  25. "appid": "wxb6b30b1b14ee502a",
  26. "projectname": "wx-mall",
  27. "simulatorType": "wechat",
  28. "simulatorPluginLibVersion": {},
  29. "condition": {
  30. "search": {
  31. "current": -1,
  32. "list": []
  33. },
  34. "conversation": {
  35. "current": -1,
  36. "list": []
  37. },
  38. "miniprogram": {
  39. "current": -1,
  40. "list": []
  41. }
  42. }
  43. }