Closed muuvmuuv closed 3 years ago
In JavaScript negative lookbehind is not yet supported in regular expressions so this package will cause an CRITICAL error and the page can not be loaded.
negative lookbehind
Fixing version 4 for now
Browser support:
Related: https://github.com/sindresorhus/normalize-url/issues/105
Explanation
In JavaScript
negative lookbehind
is not yet supported in regular expressions so this package will cause an CRITICAL error and the page can not be loaded.Possible solution
Fixing version 4 for now
Additional information
Browser support:
Related: https://github.com/sindresorhus/normalize-url/issues/105