svg-sprite-loader
Advanced tools
Changelog
5.0.0 (2020-05-11)
context
param was containing path to compilation root context, e.g. folder where webpack compilation occurs. This is wrong behaviour, because meaning of this param is a folder where svg image is located. So it was changed in this commit.
If your custom runtime generator breaks after this update use loaderContext.rootContext
option instead of context
.<a name="4.3.0"></a>