project.config.json 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "enhance": true,
  11. "postcss": true,
  12. "preloadBackgroundData": false,
  13. "minified": true,
  14. "newFeature": false,
  15. "coverView": true,
  16. "nodeModules": true,
  17. "autoAudits": false,
  18. "showShadowRootInWxmlPanel": true,
  19. "scopeDataCheck": false,
  20. "uglifyFileName": false,
  21. "checkInvalidKey": true,
  22. "checkSiteMap": true,
  23. "uploadWithSourceMap": true,
  24. "compileHotReLoad": false,
  25. "lazyloadPlaceholderEnable": false,
  26. "useMultiFrameRuntime": true,
  27. "useApiHook": true,
  28. "useApiHostProcess": true,
  29. "babelSetting": {
  30. "ignore": [],
  31. "disablePlugins": [],
  32. "outputPath": ""
  33. },
  34. "useIsolateContext": false,
  35. "userConfirmedBundleSwitch": false,
  36. "packNpmManually": true,
  37. "packNpmRelationList": [
  38. {
  39. "packageJsonPath": "./package.json",
  40. "miniprogramNpmDistDir": "./"
  41. }
  42. ],
  43. "minifyWXSS": true,
  44. "disableUseStrict": false,
  45. "minifyWXML": true,
  46. "showES6CompileOption": false,
  47. "useCompilerPlugins": false,
  48. "ignoreUploadUnusedFiles": true
  49. },
  50. "compileType": "miniprogram",
  51. "libVersion": "2.21.2",
  52. "appid": "wx5dc7fd18b6335214",
  53. "projectname": "%E5%B8%83%E4%B8%87%E5%AE%B6%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  54. "debugOptions": {
  55. "hidedInDevtools": []
  56. },
  57. "scripts": {},
  58. "staticServerOptions": {
  59. "servePath": ""
  60. },
  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. "watchOptions": {
  82. "ignore": []
  83. }
  84. }