project.config.json 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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. "ignoreUploadUnusedFiles": true
  48. },
  49. "compileType": "miniprogram",
  50. "libVersion": "2.21.2",
  51. "appid": "wx5dc7fd18b6335214",
  52. "projectname": "%E5%B8%83%E4%B8%87%E5%AE%B6%E5%B0%8F%E7%A8%8B%E5%BA%8F",
  53. "debugOptions": {
  54. "hidedInDevtools": []
  55. },
  56. "scripts": {},
  57. "staticServerOptions": {
  58. "baseURL": "",
  59. "servePath": ""
  60. },
  61. "isGameTourist": false,
  62. "condition": {
  63. "search": {
  64. "list": []
  65. },
  66. "conversation": {
  67. "list": []
  68. },
  69. "game": {
  70. "list": []
  71. },
  72. "plugin": {
  73. "list": []
  74. },
  75. "gamePlugin": {
  76. "list": []
  77. },
  78. "miniprogram": {
  79. "list": []
  80. }
  81. }
  82. }