You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Solution I have used is correcting the HTML comment regex to this (notice the |<!|> in the first bracket): <!--(?!\[|<!|>)(.*?)-->
and to this if you ignore knockout comments: <!--(?!\[|<!|>)(?!ko .*)(?!\/ko)(.*?)-->
Code below brokes when minified. Html conditional comments in two comment tags (opening and closing) not working.
Example of not supported html :
More complex example:
The text was updated successfully, but these errors were encountered: