bind-event-listener
bind-event-listener copied to clipboard
improving esm support
- adding
esm
outputs (through"module"
field and"exports"
) - still has
cjs
support through"main"
field - moving from
es5
target toes2022
target (will likely need amajor
for this) - now using
esbuild
for building - added
"engines"
topackage.json