vitalets / x-editable

In-place editing with Twitter Bootstrap, jQuery UI or pure jQuery
http://vitalets.github.io/x-editable
MIT License
6.51k stars 1.73k forks source link

Can not get x-editable to work with browserify, with or without browserify-shim #1167

Open dkimery256 opened 3 years ago

dkimery256 commented 3 years ago

I installed this via npm to my Typescript project. If I am using a shim it appears to never load because browserify says it can not find the module. If I use a regular require I have to us an absolute path and the global jQuery variable "$" is undefined.