Skip to content

Commit 86b8788

Browse files
committed
#98 fix missing sourcesContent in postcss engine
1 parent b434ad5 commit 86b8788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/resolve-url-loader/lib/engine/postcss.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function process(sourceFile, sourceContent, params) {
3030
prev : !!params.absSourceMap && fileProtocol.prepend(params.absSourceMap),
3131
inline : false,
3232
annotation : false,
33-
sourcesContent: false
33+
sourcesContent: true // #98 sourcesContent missing from output map
3434
}
3535
})
3636
.then(result => ({

0 commit comments

Comments
 (0)