project.config.json 1.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": true,
  8. "es6": true,
  9. "enhance": false,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "coverView": true,
  14. "nodeModules": true,
  15. "autoAudits": false,
  16. "showShadowRootInWxmlPanel": true,
  17. "scopeDataCheck": false,
  18. "uglifyFileName": false,
  19. "checkInvalidKey": true,
  20. "checkSiteMap": true,
  21. "uploadWithSourceMap": true,
  22. "babelSetting": {
  23. "ignore": [],
  24. "disablePlugins": [],
  25. "outputPath": ""
  26. },
  27. "bundle": false
  28. },
  29. "compileType": "miniprogram",
  30. "libVersion": "2.9.4",
  31. "appid": "wxaf022089197c8203",
  32. "projectname": "%E6%9C%AA%E6%9D%A5bike%E8%BF%90%E7%BB%B4%E7%AB%AF",
  33. "debugOptions": {
  34. "hidedInDevtools": []
  35. },
  36. "isGameTourist": false,
  37. "simulatorType": "wechat",
  38. "simulatorPluginLibVersion": {},
  39. "scripts": {
  40. "beforeCompile": "",
  41. "beforePreview": "\"postcss\": \"^6.0.1\"",
  42. "beforeUpload": "\"uglify-js\": \"3.0.27\""
  43. },
  44. "condition": {
  45. "search": {
  46. "current": -1,
  47. "list": []
  48. },
  49. "conversation": {
  50. "current": -1,
  51. "list": []
  52. },
  53. "game": {
  54. "currentL": -1,
  55. "list": []
  56. },
  57. "miniprogram": {
  58. "current": -1,
  59. "list": []
  60. }
  61. }
  62. }