project.config.json 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  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. "watchOptions": {
  62. "ignore": []
  63. },
  64. "simulatorType": "wechat",
  65. "simulatorPluginLibVersion": {
  66. "qywx_simulator_plugin": "2.4.0"
  67. },
  68. "condition": {
  69. "search": {
  70. "list": []
  71. },
  72. "conversation": {
  73. "list": []
  74. },
  75. "game": {
  76. "list": []
  77. },
  78. "plugin": {
  79. "list": []
  80. },
  81. "gamePlugin": {
  82. "list": []
  83. },
  84. "miniprogram": {
  85. "list": []
  86. }
  87. }
  88. }