Closed PavelHasala closed 4 years ago
Breaks down on module export with Syntax error
Syntax error
module.exports = () => (navigator.languages && navigator.languages[0]) || navigator.language || navigator.userLanguage
I know it is trendy to just ditch everything that is older than 3 months, but unfortunately a lot of users are still on windows 7 using IE 11.
fixed with #3
Breaks down on module export with
Syntax error
I know it is trendy to just ditch everything that is older than 3 months, but unfortunately a lot of users are still on windows 7 using IE 11.