Hacker News new | ask | show | jobs
by pyrotechnick 5180 days ago
browserify (https://github.com/substack/node-browserify) is great for providing require() and bundling necessary dependencies for the browser.
1 comments

Thank god for this - I've been doing a lot of work with some NPM packages that I want to use on the client but for the life of me couldn't figure out how to do it. This looks like it'll do just the trick. Thanks!