project.config.json 612 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "appid": "wx11a2ce7c2bbc4521",
  3. "compileType": "miniprogram",
  4. "setting": {
  5. "coverView": true,
  6. "es6": true,
  7. "postcss": true,
  8. "minified": true,
  9. "enhance": true,
  10. "showShadowRootInWxmlPanel": true,
  11. "packNpmRelationList": [],
  12. "babelSetting": {
  13. "ignore": [],
  14. "disablePlugins": [],
  15. "outputPath": ""
  16. },
  17. "ignoreUploadUnusedFiles": true
  18. },
  19. "condition": {},
  20. "editorSetting": {
  21. "tabIndent": "insertSpaces",
  22. "tabSize": 2
  23. },
  24. "simulatorPluginLibVersion": {},
  25. "libVersion": "3.7.5",
  26. "packOptions": {
  27. "ignore": [],
  28. "include": []
  29. }
  30. }