[equality] Compiler option `" target ":" esnext "` in tsconfig.json breaks IE11 support
saneksa opened this issue · 3 comments
saneksa commented
ejosafat commented
It seems that version 0.3.3 breaks IE support, as soon as I updated the package from 0.3.2 to 0.3.3 IE11 breaks with the message unexpected identifier, usually caused for some feature (like `) used in files not transpiled. Also using target: esnext in my tsconfig
saneksa commented
that breaks it