Skip to content
This repository was archived by the owner on Jun 24, 2024. It is now read-only.

Commit 0ea2550

Browse files
committed
fix: disable fake source map link generation
1 parent 4984a60 commit 0ea2550

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ module.exports.bundleCssModule = async function bundleCssModule(filePath) {
3333
},
3434
})
3535
)
36-
.process(fileContents, { from: filePath });
36+
.process(fileContents, { from: filePath, map: false });
3737
return css;
3838
};

0 commit comments

Comments
 (0)