muuvmuuv / portfolio

My personal portfolio
https://marvin.digital/
2 stars 0 forks source link

[normalize-url] SyntaxError: Invalid regular expression #8

Closed muuvmuuv closed 3 years ago

muuvmuuv commented 4 years ago

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