project.config.json 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  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": true,
  14. "coverView": true,
  15. "nodeModules": true,
  16. "autoAudits": false,
  17. "showShadowRootInWxmlPanel": true,
  18. "scopeDataCheck": false,
  19. "uglifyFileName": false,
  20. "checkInvalidKey": true,
  21. "checkSiteMap": true,
  22. "uploadWithSourceMap": true,
  23. "babelSetting": {
  24. "ignore": [],
  25. "disablePlugins": [],
  26. "outputPath": ""
  27. },
  28. "bundle": false,
  29. "useCompilerModule": false,
  30. "userConfirmedUseCompilerModuleSwitch": false
  31. },
  32. "compileType": "miniprogram",
  33. "libVersion": "2.9.4",
  34. "appid": "wxaf022089197c8203",
  35. "projectname": "%E6%9C%AA%E6%9D%A5bike%E8%BF%90%E7%BB%B4%E7%AB%AF",
  36. "debugOptions": {
  37. "hidedInDevtools": []
  38. },
  39. "isGameTourist": false,
  40. "simulatorType": "wechat",
  41. "simulatorPluginLibVersion": {},
  42. "scripts": {
  43. "beforeCompile": "",
  44. "beforePreview": "\"postcss\": \"^6.0.1\"",
  45. "beforeUpload": "\"uglify-js\": \"3.0.27\""
  46. },
  47. "condition": {
  48. "search": {
  49. "current": -1,
  50. "list": []
  51. },
  52. "conversation": {
  53. "current": -1,
  54. "list": []
  55. },
  56. "game": {
  57. "currentL": -1,
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "current": -1,
  62. "list": []
  63. }
  64. }
  65. }