Fix eslint issue (#5698)

pull/5711/head
Ben McCann 4 years ago committed by GitHub
parent dcfbd69516
commit 67dea941bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -227,8 +227,9 @@ export function combine_sourcemaps(
if (sourcefile === filename && sourcemap_list[map_idx]) {
return sourcemap_list[map_idx++]; // idx 1, 2, ...
// bundle file = branch node
} else {
return null; // source file = leaf node
}
else return null; // source file = leaf node
} as SourceMapLoader,
true
);

Loading…
Cancel
Save