Browserify middleware for local customization of a compilation.
Installation
$ npm install browserify-overrideUsage
browserify-override is a browserify middleware :
var b = ;b;If rules are not explicitly provided, browserify-override will require("rules.js"),
allowing you to set rules in a rules.js file in a valid node_modules folder.
Example
The canonical example of browserify-override, is the modifications in UProxy, which patchs the node-xmpp code-base to run as a chrome application based on the chrome.socket API.
Licence
MIT