You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: correctly import EventEmitter to prevent errors with bundlers (#145)
Importing EventEmitter like `const EventEmitter = require('events')` creates errors with bundlers like esbuild, vite and so on: `TypeError: EventEmitter2 is not a constructor`
0 commit comments