Skip to content
Advertisement

Tag: configuration

Configure a generic jQuery plugin with Browserify-shim?

I’m using browserify-shim and I want to use a generic jQuery plugin. I have looked over the Browserify-shim docs multiple times and I just can’t seem to understand what’s going on and/or how it knows where to put plugins, attach to the jQuery object etc. Here’s what my package.json file looks like: According the the example given on the browserify-shim

Advertisement