notiflix / Notiflix

Notiflix is a pure JavaScript library for client-side non-blocking notifications, popup boxes, loading indicators, and more that makes your web projects much better.
https://notiflix.github.io
MIT License
635 stars 55 forks source link

[FEAT] - ES6 Module Support #54

Closed KyGost closed 2 years ago

KyGost commented 2 years ago

The ability to use this library with module support in ES6 would be great. As I understand (though I am far from immersed in the technology), most other module systems support ES6 modules.

This would enable faster, more efficient, more simple loading for Vanilla usage of this library.

furcan commented 2 years ago

https://github.com/notiflix/Notiflix/issues/52#issuecomment-1128798471

KyGost commented 2 years ago

#52 (comment)

That doesn't provide any information on ES6 module usage? I see usage via Yarn, NPM & window but not ES6 module.