Closed frederikhors closed 4 years ago
Any hint on how to write hash in final file name?
You could use the output option
output
output: function (styles) { const hash = require...crypto...digest() writeFileSync('bundle.' + hash + '.css', styles) },
Any hint on how to write hash in final file name?