When processing huge or lots of .svg files, the build time gets extremely slow with the default configuration. The problem vanishes, when the optimization is disabled: optimize: false
This has two possible causes:
- If
svgo is enabled, the caching doesn't work properly.
- The caching doesn't work at all.
Expected behaviour: Each .svg file is tracked individually and only re-processed, if it actually changes.
I will look into this. Originally reported in #14.
When processing huge or lots of
.svgfiles, the build time gets extremely slow with the default configuration. The problem vanishes, when the optimization is disabled:optimize: falseThis has two possible causes:
svgois enabled, the caching doesn't work properly.Expected behaviour: Each
.svgfile is tracked individually and only re-processed, if it actually changes.I will look into this. Originally reported in #14.