codefeathers / rollup-plugin-svelte-svg

Import SVG files as Svelte Components
MIT License
75 stars 13 forks source link

[ver] 0.2.4 #20

Closed nosovk closed 3 years ago

nosovk commented 3 years ago

publish new version with https://github.com/codefeathers/rollup-plugin-svelte-svg/issues/18 fix included

MTyson commented 3 years ago

Need this please.

MKRhere commented 3 years ago

Sorry for the delay. I have a few more fixes locally, will publish later today after work.

MTyson commented 3 years ago

Right on, appreciate your work.

romdim commented 3 years ago

Hello there, would really appreciate it if you could push :) Thanks!

MKRhere commented 3 years ago

Well, it's been a rough few months (years?). Published a new version 1.0.0-beta1. While updating, remember to make this change in your config:

-import svelteSVG from "rollup-plugin-svelte-svg";
+import { svelteSVG } from "rollup-plugin-svelte-svg";