I am using browserify to bundle front-end code. It's been great so far, but i've been having difficulty mixing npm and non npm packages. For example, using the npm version of jQuery with non CJS versions of jQuery plugins.I am using browserify to bundle front-end code.