vbenjs / vite-plugin-svg-icons

Vite Plugin for fast creating SVG sprites.
MIT License
819 stars 111 forks source link

Can't traverse iconDirs recursively #40

Closed FaDeAway666 closed 2 years ago

FaDeAway666 commented 2 years ago

My iconDirs is [path.resolve(__dirname, 'src/assets/svgs')] I can get icon like this capture_20220124000053168 but if there are sub directories in folder src/assets/svgs, I can't get icon capture_20220124000129485

FaDeAway666 commented 2 years ago

能不能支持一下根路径递归,不要传递path数组呢

anncwb commented 2 years ago

You can set symbolId: 'icon-[name]', or icon-svgs-user-bi-add-app