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

Commit

Permalink
fix: disable fake source map link generation
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Mar 15, 2019
1 parent 4984a60 commit 0ea2550
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/util.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ module.exports.bundleCssModule = async function bundleCssModule(filePath) {
},
})
)
.process(fileContents, { from: filePath });
.process(fileContents, { from: filePath, map: false });
return css;
};

0 comments on commit 0ea2550

Please sign in to comment.