project.config.json 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": []
  5. },
  6. "setting": {
  7. "urlCheck": false,
  8. "es6": true,
  9. "enhance": true,
  10. "postcss": true,
  11. "preloadBackgroundData": false,
  12. "minified": true,
  13. "newFeature": false,
  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. "compileHotReLoad": false,
  24. "lazyloadPlaceholderEnable": false,
  25. "useMultiFrameRuntime": true,
  26. "useApiHook": true,
  27. "useApiHostProcess": true,
  28. "babelSetting": {
  29. "ignore": [],
  30. "disablePlugins": [],
  31. "outputPath": ""
  32. },
  33. "useIsolateContext": false,
  34. "userConfirmedBundleSwitch": false,
  35. "packNpmManually": true,
  36. "packNpmRelationList": [
  37. {
  38. "packageJsonPath": "./package.json",
  39. "miniprogramNpmDistDir": "./"
  40. }
  41. ],
  42. "minifyWXSS": true,
  43. "disableUseStrict": false,
  44. "minifyWXML": true,
  45. "showES6CompileOption": false,
  46. "useCompilerPlugins": false
  47. },
  48. "compileType": "miniprogram",
  49. "libVersion": "2.19.6",
  50. "appid": "wx5dc7fd18b6335214",
  51. "projectname": "%E5%B8%83%E4%B8%87%E5%AE%B6%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  52. "debugOptions": {
  53. "hidedInDevtools": []
  54. },
  55. "scripts": {},
  56. "staticServerOptions": {
  57. "baseURL": "",
  58. "servePath": ""
  59. },
  60. "isGameTourist": false,
  61. "condition": {
  62. "search": {
  63. "list": []
  64. },
  65. "conversation": {
  66. "list": []
  67. },
  68. "game": {
  69. "list": []
  70. },
  71. "plugin": {
  72. "list": []
  73. },
  74. "gamePlugin": {
  75. "list": []
  76. },
  77. "miniprogram": {
  78. "list": []
  79. }
  80. }
  81. }