vite svg 插件
vite2 vue3 加载svg 图片import { readFileSync, readdirSync } from 'fs'const path = require('path')const svgTitle = /<svg([^>+].*?)>/const clearHeightWidth = /(width|height)="([^>+].*?)"/gconst hasViewBox = /(viewBox=&