v1.1.6
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