Closed Fitz6 closed 3 months ago
This PR contains a:
Similar to https://github.com/webpack-contrib/compression-webpack-plugin/pull/373
Related to https://github.com/webpack/webpack/pull/17659.
No
Compatibility for Node.js@18 and allow to reuse require("crypto").createHash if webpack is lower then https://github.com/webpack/webpack/pull/17628
require("crypto").createHash
:white_check_mark:login: Fitz6 / (d77dd1c01d3b5dd582568358b88815f7862009fc):white_check_mark:login: Fitz6 / (d77dd1c01d3b5dd582568358b88815f7862009fc, 1924e03f41b1f7cfb23134c1130ba1f9a19ab409):white_check_mark:login: Fitz6 / (d77dd1c01d3b5dd582568358b88815f7862009fc, 1924e03f41b1f7cfb23134c1130ba1f9a19ab409, 2eab75907b1ad7676347fbc869b2bbadcb7a762b)The committers listed above are authorized under a signed CLA.
I am fine with it, can you accept CLA?
done.
This PR contains a:
Motivation / Use-Case
Similar to https://github.com/webpack-contrib/compression-webpack-plugin/pull/373
Related to https://github.com/webpack/webpack/pull/17659.
Breaking Changes
No
Additional Info
Compatibility for Node.js@18 and allow to reuse
require("crypto").createHash
if webpack is lower then https://github.com/webpack/webpack/pull/17628