Merge pull request #193269 from walkah/plausible-openssl-3
This commit is contained in:
commit
9636ac35b8
1 changed files with 1 additions and 0 deletions
|
@ -55,6 +55,7 @@ beamPackages.mixRelease {
|
|||
};
|
||||
|
||||
postBuild = ''
|
||||
export NODE_OPTIONS=--openssl-legacy-provider # required for webpack compatibility with OpenSSL 3 (https://github.com/webpack/webpack/issues/14532)
|
||||
ln -sf ${yarnDeps}/node_modules assets/node_modules
|
||||
npm run deploy --prefix ./assets
|
||||
|
||||
|
|
Loading…
Reference in a new issue