tristen / hoverintent

:mouse: Fire mouse events when a user intends it
https://tristen.ca/hoverintent/
MIT License
331 stars 54 forks source link

Is it possible to include an unminified browser-ready version to the dist folder? #36

Open Luc45 opened 3 years ago

Luc45 commented 3 years ago

Howdy,

Sometimes we might want to include an unminified browser-ready version of the script. Is it possible to include one example of it to the dist folder?

The index.js at the root folder uses modules which is then compiled to browser-ready and made available as dist/hoverintent.min.js, it would be nice to have a browser-ready version, without minification, at dist/hoverintent.js.

Thanks