project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "appid": "wx4a9f420827fd0d07",
  3. "compileType": "miniprogram",
  4. "libVersion": "2.24.4",
  5. "packOptions": {
  6. "ignore": [
  7. {
  8. "value": "/minitest",
  9. "type": "folder"
  10. }
  11. ],
  12. "include": []
  13. },
  14. "setting": {
  15. "urlCheck": true,
  16. "coverView": true,
  17. "es6": true,
  18. "postcss": true,
  19. "lazyloadPlaceholderEnable": false,
  20. "preloadBackgroundData": false,
  21. "minified": true,
  22. "autoAudits": false,
  23. "uglifyFileName": false,
  24. "uploadWithSourceMap": true,
  25. "enhance": true,
  26. "useMultiFrameRuntime": true,
  27. "showShadowRootInWxmlPanel": true,
  28. "packNpmManually": false,
  29. "packNpmRelationList": [],
  30. "minifyWXSS": true,
  31. "useStaticServer": true,
  32. "showES6CompileOption": false,
  33. "checkInvalidKey": true,
  34. "babelSetting": {
  35. "ignore": [],
  36. "disablePlugins": [],
  37. "outputPath": ""
  38. },
  39. "disableUseStrict": true,
  40. "useCompilerPlugins": false,
  41. "minifyWXML": true
  42. },
  43. "condition": {},
  44. "editorSetting": {
  45. "tabIndent": "insertSpaces",
  46. "tabSize": 4
  47. },
  48. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  49. "simulatorPluginLibVersion": {},
  50. "testRoot": "minitest/"
  51. }