| Options | Details | 
|---|---|
| transform | Specifies a pipeline of functions (or module names) through which the browserified bundle will be run. | 
| debug | Enable source map support. !gulp.env.productionwould work well. | 
| extensions | Array of extensions that you want to skip in require()calls in addition to .js and .json. Don't forget. | 
| ignore | Array of paths which should be passed to the ignore function of browserify. | 
| resolve | Custom module name resolution function. | 
| nobuiltins | Remove builtins modules defined in lib/builtins.js(browserify module).opts.builtinsmust be not defined andopts.nobuiltinscan be an Array of Strings or simply a String. |