mqttjs / mqtt-packet

Parse and generate MQTT packets like a breeze in JS
Other
206 stars 93 forks source link

fix: correctly import `EventEmitter` to prevent errors with bundlers #145

Closed robertsLando closed 1 year ago

robertsLando commented 1 year ago

Importing EventEmitter like const EventEmitter = require('events') creates errors with bundlers like esbuild, vite and so on: TypeError: EventEmitter2 is not a constructor