project.config.json 1.7 KB

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