I want to use EventTarget (as supported by Node v15+) but in my Electron app it's somehow being replaced by EventEmmitter:
EventTarget
EventEmmitter
A standard Electron Fiddle does create an EventTarget
so now I'm trying to figure out what my app does differently. Is it Webpack or Babel that is doing this?