project.config.json 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "bundle": false,
  8. "userConfirmedBundleSwitch": false,
  9. "urlCheck": true,
  10. "scopeDataCheck": false,
  11. "coverView": true,
  12. "es6": true,
  13. "postcss": true,
  14. "compileHotReLoad": false,
  15. "preloadBackgroundData": false,
  16. "minified": true,
  17. "autoAudits": false,
  18. "newFeature": false,
  19. "uglifyFileName": false,
  20. "uploadWithSourceMap": true,
  21. "useIsolateContext": true,
  22. "nodeModules": false,
  23. "enhance": false,
  24. "useCompilerModule": true,
  25. "userConfirmedUseCompilerModuleSwitch": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "showShadowRootInWxmlPanel": true,
  30. "packNpmManually": false,
  31. "enableEngineNative": false,
  32. "packNpmRelationList": [],
  33. "minifyWXSS": true
  34. },
  35. "compileType": "miniprogram",
  36. "libVersion": "2.14.3",
  37. "appid": "wx6ca9ac1a01f617a1",
  38. "projectname": "miniprogram-1",
  39. "debugOptions": {
  40. "hidedInDevtools": []
  41. },
  42. "scripts": {},
  43. "isGameTourist": false,
  44. "condition": {
  45. "search": {
  46. "list": []
  47. },
  48. "conversation": {
  49. "list": []
  50. },
  51. "game": {
  52. "list": []
  53. },
  54. "plugin": {
  55. "list": []
  56. },
  57. "gamePlugin": {
  58. "list": []
  59. },
  60. "miniprogram": {
  61. "list": []
  62. }
  63. }
  64. }