vbenjs / vite-plugin-svg-icons

Vite Plugin for fast creating SVG sprites.
MIT License
801 stars 109 forks source link

是否可以匹配多个文件夹下面的Svg呢? #97

Open fengshancui opened 10 months ago

fengshancui commented 10 months ago

assets/icons/test1/test2

iconDirs: [path.resolve(process.cwd(), "src/assets/*.{svg}")],

moshweilei commented 5 months ago

有没有匹配多个文件夹下面的Svg的方法?