Jan-Paul Kleemans

Results 36 comments of Jan-Paul Kleemans

> Now, in the last PR the path can still be set in the config. If the path is not set, the svgoConfig.path is updated with the current svg file...

Thanks for your clarification! Would it be possible for you to add a (or more) Cypress tests for this new option?

This is fixed in [v3.6.0](https://github.com/jpkleemans/vite-svg-loader/releases/tag/3.6.0)

Hi, thanks for reporting. Could you share an example project so I can reproduce the problem, and investigate how to resolve it.

@zinken7 does it work when omitting the `?component` param?

@silencerspirit thanks for posting your solution!

Hi Sébastien, thanks for your PR! I'll look into it next week.

> Actually I think path should be passed to `svgo.optimize({ path: 'path.svg' })` alone and the options should be passed to `new svgo(options)` but you don't seem to instantiate the...

Thanks for adding the test! Can you fix the merge conflicts? Then I can merge the PR