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 b05beef commit fc25200Copy full SHA for fc25200
tasks/util/browserify_wrapper.js
@@ -72,7 +72,7 @@ module.exports = function _bundle(pathToIndex, pathToBundle, opts, cb) {
72
73
sourceMap: sourceMap ? {
74
root: '/',
75
- filename: path.basename(sourceMap)
+ filename: path.basename(pathToMinBundle)
76
} : false
77
};
78
0 commit comments