project.config.json 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  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": false,
  21. "autoAudits": false,
  22. "showShadowRootInWxmlPanel": true,
  23. "scopeDataCheck": false,
  24. "uglifyFileName": false,
  25. "checkInvalidKey": true,
  26. "checkSiteMap": true,
  27. "uploadWithSourceMap": true,
  28. "compileHotReLoad": true,
  29. "lazyloadPlaceholderEnable": false,
  30. "useMultiFrameRuntime": true,
  31. "useApiHook": true,
  32. "useApiHostProcess": true,
  33. "babelSetting": {
  34. "ignore": [],
  35. "disablePlugins": [],
  36. "outputPath": ""
  37. },
  38. "useIsolateContext": true,
  39. "userConfirmedBundleSwitch": false,
  40. "packNpmManually": false,
  41. "packNpmRelationList": [],
  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.19.4",
  51. "appid": "wx6a1adb1b9b8c2648",
  52. "projectname": "miniprogram-6",
  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. }