We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5a381b commit d3426fdCopy full SHA for d3426fd
index.js
@@ -52,7 +52,6 @@ module.exports = postcss.plugin("postcss-hash", opts => {
52
// to the CSS and returns it as res[0]
53
const res = map.generate()
54
55
- console.log('changing opts.to', res[0])
56
result.opts.to = utils.rename(originalName, res[0], opts);
57
} else {
58
result.opts.to = utils.rename(originalName, root.toString(), opts);
0 commit comments