We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sourcemaps
1 parent 011320b commit 6f4c2ebCopy full SHA for 6f4c2eb
lib/dest/index.js
@@ -32,7 +32,7 @@ function dest(outFolder, opt) {
32
33
var sourcemapOpt = opt.sourcemaps;
34
if (typeof sourcemapOpt === 'boolean') {
35
- sourcemapOpt = { sourcemaps: sourcemapOpt };
+ sourcemapOpt = {};
36
}
37
38
var mapStream = sourcemaps.write(sourcemapOpt.path, sourcemapOpt);
0 commit comments