both -> inline - thanks @dkieks
This commit is contained in:
parent
b0f32a822d
commit
dc117a74ae
@ -534,7 +534,7 @@ export default class File {
|
||||
result.code += "\n" + convertSourceMap.fromObject(result.map).toComment();
|
||||
}
|
||||
|
||||
if (opts.sourceMap === "both") {
|
||||
if (opts.sourceMap === "inline") {
|
||||
result.map = null;
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user