jonschlinkert/strip-comments

SyntaxError: Invalid regular expression: /^(?<!(?:<!-))-->/: Invalid group

zeroxer opened this issue · 2 comments

Version Info

node: v12.16.3
npm: 6.14.4
strip-comments: "^2.0.1"

Has there been any progress made on this? I am also encountering the error and the only fix I have found is to patch out the invalid RegEx which is not optimal.

Encountered the same issue in Internet Explorer 11. Is there any progress on this?