GoogleChromeLabs / critters

🦔 A Webpack plugin to inline your critical CSS and lazy-load the rest.
https://npm.im/critters-webpack-plugin
Apache License 2.0
3.42k stars 108 forks source link

fix: do not encode special characters #130

Closed alan-agius4 closed 1 year ago

alan-agius4 commented 1 year ago

The latest version of critters introduced a breaking behaviour which causes special characters to be encoded.

This commit removes this behaviour and restores the previous one.

See: https://github.com/angular/angular-cli/issues/25388