Added
- New
sprite.prefixStylesSelectors
option which enables using the prefix (if enabled) for the selectors in the generated styles file (#151)
Changed
- Default contenthash length is now based on the
output.hashDigestLength
Webpack option
Fixed
- Inconsistency issues when it comes to the
sprite.prefix
option and selectors in styles, it works as intended now (not prefxing selectors) but it's possible to enable this with the newsprite.prefixStylesSelectors
option (#151) - Function values for
sprite.prefix
ending up as a string in the styles file (#151) - An issue where a certain combination of options would result in crashes because an internal object was undefined (#146)