iest / babel-plugin-inline-svg

Babel plugin to optimise and inline svg
49 stars 15 forks source link

Update optimise.js #13

Closed klh closed 4 years ago

klh commented 4 years ago

timeout error occurs on inclusion. typically repro in jest or build process since promise doesn't resolve and there's really no need for the forced sync

Kilian-Collender commented 4 years ago

Running into the same issue while trying to use jest tests

iest commented 4 years ago

I'm gonna close this PR because the changes aren't quite right, but I'll open an issue to look into it.