notify.js icon indicating copy to clipboard operation
notify.js copied to clipboard

Notify.js 4.0 - native ES module

Open alexgibson opened this issue 5 years ago • 0 comments

This is more a heads up, but when I publish version 4.0 of this library I plan to:

  • Publish as a native ES module (all evergreen browsers now support modules natively).
  • Remove the transpiled version from the repo (removing both rollup and babel as dependencies).
  • Remove Bower support.

If folks want the ES5 compatibility, they can still transpile using their own builds.

alexgibson avatar Apr 26 '19 16:04 alexgibson