m2-module-jh-block-logger
m2-module-jh-block-logger copied to clipboard
'Strip Comments' checkbox breaks UI components
The chrome extension 'strip comments' check box seems to break UI components
Expected Behavior
Strip comments should only remove the comments added by the M2 block helper module
Current Behavior
Strip comments removes all html comments, breaking UI components which rely on comments to work
Possible Solution
Regex match for <!-- m2(
instead of all comments