Some brief background: I\'m using browserify and browserify-shim (and gulp to build) to create a web app. Prior to this issue, I was requireing jquery from npm
Turns out you don't need to declare every jQuery plugin under browserify-shim if it only depends on jQuery. I just deleted the inview entry and everything works fine.