cozy / create-cozy-app

A CLI to bootstrap a "zero-configuration" application for the Cozy V3 platform
https://docs.cozy.io/en/tutorials/app/
MIT License
16 stars 15 forks source link

Force hash `sha256` instead of `md4` #1499

Closed Merkur39 closed 1 year ago

Merkur39 commented 1 year ago

This change is required for Node versions >= 17

Following the issue related to OpenSSL (https://github.com/webpack/webpack/issues/13572), we decided to use this solution https://github.com/webpack/webpack/issues/13572#issuecomment- 923736472, compatible with Node version 16 to 20