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.production would 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.builtins must be not defined and opts.nobuiltins can be an Array of Strings or simply a String. |