project.config.json 1.1 KB

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