Skip to content

Commit fc25200

Browse files
committed
point to bundle
1 parent b05beef commit fc25200

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks/util/browserify_wrapper.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ module.exports = function _bundle(pathToIndex, pathToBundle, opts, cb) {
7272

7373
sourceMap: sourceMap ? {
7474
root: '/',
75-
filename: path.basename(sourceMap)
75+
filename: path.basename(pathToMinBundle)
7676
} : false
7777
};
7878

0 commit comments

Comments
 (0)