benjamn/wryware

[equality] Compiler option `" target ":" esnext "` in tsconfig.json breaks IE11 support

saneksa opened this issue · 3 comments

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

that breaks it

"target": "esnext",

@saneksa @ejosafat My solution in #102 should be available now in @wry/equality@0.3.4 (just published to npm). Thanks for noticing/reporting this issue!