wix-incubator / mjml-react

React component library to generate the HTML emails on the fly
MIT License
993 stars 50 forks source link

Default to not minifying as that is deprecated #80

Closed joeflateau closed 2 years ago

joeflateau commented 2 years ago

per #58 the mjml minify option is deprecated.

75 attempts to solve this by implementing minification within this project. I propose we just make the default option to not minify.

daliusd commented 2 years ago

This was fixed with another PR.