project.config.json 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. {
  2. "description": "项目配置文件,详见文档:https://developers.weixin.qq.com/miniprogram/dev/devtools/projectconfig.html",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": false,
  9. "es6": false,
  10. "postcss": false,
  11. "minified": false,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "coverView": true,
  15. "lazyloadPlaceholderEnable": false,
  16. "preloadBackgroundData": false,
  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. "condition": false
  38. },
  39. "compileType": "miniprogram",
  40. "libVersion": "2.31.1",
  41. "appid": "wxeb199bd19f53ea42",
  42. "projectname": "云咖交易",
  43. "condition": {},
  44. "editorSetting": {
  45. "tabIndent": "insertSpaces",
  46. "tabSize": 4
  47. }
  48. }