topbar
topbar copied to clipboard
Add ESM support
This should be a must have. I'm currently having issues when trying to import topbar from a es module and just noticed that the distribution package contains a commonjs only package.
FWIW, I've just vendored this for my own use and altered it just enough to work with an ES import: https://gitlab.com/code-stats/code-stats/-/blob/bb5fb7241603ff6704cf85287d7d82e90aa074cf/assets/js/vendor/topbar.js
Would anyone mind sending a PR for this? Thanks.