Created by: dnicolson
This pull request reverts a previous change to the Browserify documentation relating to sourcemaps.
Unfortunately the previous change results in the following error:
TypeError [ERR_INVALID_ARG_TYPE]: The "path" argument must be of type string. Received an instance of Object
at validateString (internal/validators.js:124:11)
at Object.resolve (path.js:1039:7)
at module.exports (node_modules/vinyl-source-stream/index.js:13:34)