project.config.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. {
  2. "description": "项目配置文件",
  3. "packOptions": {
  4. "ignore": [
  5. {
  6. "type": "file",
  7. "value": ".eslintrc.js"
  8. }
  9. ]
  10. },
  11. "setting": {
  12. "urlCheck": false,
  13. "es6": true,
  14. "enhance": true,
  15. "postcss": true,
  16. "preloadBackgroundData": false,
  17. "minified": true,
  18. "newFeature": false,
  19. "coverView": true,
  20. "nodeModules": true,
  21. "autoAudits": false,
  22. "showShadowRootInWxmlPanel": true,
  23. "scopeDataCheck": false,
  24. "uglifyFileName": false,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "uploadWithSourceMap": true,
  28. "compileHotReLoad": false,
  29. "lazyloadPlaceholderEnable": false,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true,
  33. "babelSetting": {
  34. "ignore": [],
  35. "disablePlugins": [],
  36. "outputPath": ""
  37. },
  38. "useIsolateContext": false,
  39. "userConfirmedBundleSwitch": false,
  40. "packNpmManually": false,
  41. "packNpmRelationList": [
  42. {
  43. "packageJsonPath": "./package.json",
  44. "miniprogramNpmDistDir": "./"
  45. }
  46. ],
  47. "minifyWXSS": true,
  48. "disableUseStrict": false,
  49. "minifyWXML": true,
  50. "showES6CompileOption": false,
  51. "useCompilerPlugins": false,
  52. "ignoreUploadUnusedFiles": true
  53. },
  54. "compileType": "miniprogram",
  55. "libVersion": "2.22.0",
  56. "appid": "wx96efd334b6da6e38",
  57. "projectname": "%E6%B5%B7%E6%98%9F%E5%88%86%E6%8B%A3%E7%AB%AF",
  58. "debugOptions": {
  59. "hidedInDevtools": []
  60. },
  61. "scripts": {},
  62. "staticServerOptions": {
  63. "baseURL": "",
  64. "servePath": ""
  65. },
  66. "isGameTourist": false,
  67. "condition": {
  68. "search": {
  69. "list": []
  70. },
  71. "compileType": "miniprogram",
  72. "libVersion": "2.22.0",
  73. "appid": "wx96efd334b6da6e38",
  74. "projectname": "%E6%B5%B7%E6%98%9F%E5%88%86%E6%8B%A3%E7%AB%AF",
  75. "debugOptions": {
  76. "hidedInDevtools": [],
  77. "conversation": {
  78. "list": []
  79. },
  80. "game": {
  81. "list": []
  82. },
  83. "plugin": {
  84. "list": []
  85. },
  86. "gamePlugin": {
  87. "list": []
  88. },
  89. "miniprogram": {
  90. "list": []
  91. }
  92. }
  93. }
  94. }