the-programmers-hangout / website

🌳 TPH website
https://theprogrammershangout.com
MIT License
102 stars 67 forks source link

Fix | Safari support for PrismJS env configuration #403

Closed EstebanBorai closed 3 years ago

EstebanBorai commented 3 years ago

Fixes a RegExp validation error caused when building and executing a regular expression with lookbehind syntax on Safari.

This issue causes a white screen when running npm start on Safari browser.

veksen commented 3 years ago

Nice catch, thank you very much for this!