We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d3bc70 commit fb0db41Copy full SHA for fb0db41
src/insertCss.js
@@ -82,7 +82,7 @@ function insertCss(styles, options) {
82
if (sourceMap) {
83
cssText += `\n/*# sourceMappingURL=data:application/json;base64,${
84
b64EncodeUnicode(JSON.stringify(sourceMap))}*/`;
85
- cssText += `\n/*# sourceURL=${sourceMap.file}*/`;
+ cssText += `\n/*# sourceURL=${id}*/`;
86
}
87
88
if ('textContent' in elem) {
0 commit comments