project.config.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  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. },
  37. "compileType": "miniprogram",
  38. "libVersion": "2.13.0",
  39. "appid": "wx61988f016017961d",
  40. "projectname": "%E9%B1%BC%E5%A1%98",
  41. "debugOptions": {
  42. "hidedInDevtools": []
  43. },
  44. "scripts": {},
  45. "isGameTourist": false,
  46. "simulatorType": "wechat",
  47. "simulatorPluginLibVersion": {},
  48. "condition": {
  49. "search": {
  50. "list": []
  51. },
  52. "conversation": {
  53. "list": []
  54. },
  55. "game": {
  56. "list": []
  57. },
  58. "plugin": {
  59. "list": []
  60. },
  61. "gamePlugin": {
  62. "list": []
  63. },
  64. "miniprogram": {
  65. "list": []
  66. }
  67. }
  68. }