project.config.json 610 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "description": "项目配置文件。",
  3. "packOptions": {
  4. "ignore": [],
  5. "include": []
  6. },
  7. "setting": {
  8. "urlCheck": true,
  9. "es6": true,
  10. "postcss": true,
  11. "minified": true,
  12. "newFeature": true,
  13. "bigPackageSizeSupport": true,
  14. "babelSetting": {
  15. "ignore": [],
  16. "disablePlugins": [],
  17. "outputPath": ""
  18. },
  19. "condition": false
  20. },
  21. "compileType": "miniprogram",
  22. "libVersion": "2.31.0",
  23. "appid": "wxf1a4dcfdec2f79d3",
  24. "projectname": "红蜻蜓追溯",
  25. "condition": {},
  26. "editorSetting": {
  27. "tabIndent": "insertSpaces",
  28. "tabSize": 2
  29. }
  30. }