The problem happens when I use text editor on admin part of website with enabled prerender mode. html-minifier-terser dies when it meets contents of <.code> tag
What could be a workaround for this?
The problem happens when I use text editor on admin part of website with enabled prerender mode. html-minifier-terser dies when it meets contents of <.code> tag
What could be a workaround for this?
ignoreCustomFragments: [ /<code>(.|\n)*?<\/code>/ ],did the trick