1
0

project.config.json 746 B

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