Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit bc43b18

Browse files
committed
yes
1 parent 3727a76 commit bc43b18

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

css-plugin-base-builder.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ exports.bundle = function(loads, compileOpts, outputOpts) {
107107
sourceMap = JSON.parse(sourceMap);
108108

109109
// normalize input sources to use absolute file paths
110-
// do we still need this?
111110
sourceMap.sources = sourceMap.sources.map(source => {
112111
if (source.match(absRegEx))
113112
return source;

0 commit comments

Comments
 (0)