v5.0.0
Bug Fixes
BREAKING CHANGES
Possible breaks third-party runtime generators. Earlier 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
.