bootstrap-combobox icon indicating copy to clipboard operation
bootstrap-combobox copied to clipboard

Implement as UMD

Open dalaidunc opened this issue 9 years ago • 0 comments
trafficstars

UMD is a way of declaring this library so that it will work nicely with modern javascript modules and webpack etc.

(Currently I had to hack this library into webpack).

More info: https://github.com/umdjs/umd/blob/master/templates/jqueryPlugin.js

And for anyone it might help, current workaround: https://65535th.com/jquery-plugins-and-webpack/

dalaidunc avatar Oct 20 '16 13:10 dalaidunc