icanos / ng2-mqtt

Angular2 port of the mqttws31 library
17 stars 24 forks source link

es2015 support #25

Open DuncanFaulkner opened 5 years ago

DuncanFaulkner commented 5 years ago

My project uses this library and I've recently moved my project to version 8 of Angular, I changed to the new differential loading creating an es5 and an es2015 package, but the Paho library was erroring with an undefined error, rolling back to es5 fixed the issue, but it would be great if this library could support es2015 going forward.