Skip to content

v1.1.6

Choose a tag to compare

@kitten kitten released this 03 Jul 15:58
· 358 commits to main since this release

This introduces a major patch for minification.

Fixed

  • Fixes minification stripping whitespace for wrapped lines

With prettier for example we often see newlines inside values. Our minification would concatenate the lines without adding a whitespace unfortunately. This mangled the output badly. This fixes the minification for these edge cases. #69