We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcb7967 commit 9411d7fCopy full SHA for 9411d7f
tasks/util/browserify_wrapper.js
@@ -79,6 +79,7 @@ module.exports = function _bundle(pathToIndex, pathToBundle, opts, cb) {
79
80
if(sourceMap) {
81
bundleStream
82
+ .pipe(applyDerequire())
83
.pipe(minify(minifyOpts))
84
.pipe(exorcist(sourceMap))
85
.pipe(fs.createWriteStream(pathToMinBundle))
0 commit comments