Skip to content

Commit 9411d7f

Browse files
committed
put derequire back
1 parent bcb7967 commit 9411d7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/util/browserify_wrapper.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ module.exports = function _bundle(pathToIndex, pathToBundle, opts, cb) {
7979

8080
if(sourceMap) {
8181
bundleStream
82+
.pipe(applyDerequire())
8283
.pipe(minify(minifyOpts))
8384
.pipe(exorcist(sourceMap))
8485
.pipe(fs.createWriteStream(pathToMinBundle))

0 commit comments

Comments
 (0)