stevedlawrence commented on code in PR #798:
URL: https://github.com/apache/daffodil/pull/798#discussion_r902600845
##########
containers/release-candidate/daffodil-release-candidate:
##########
@@ -281,6 +281,7 @@ case $PROJECT_REPO in
echo "Building Convenience Binaries..."
mkdir -p $DAFFODIL_RELEASE_DIR/bin/
+ yarn install
Review Comment:
I think this is the commit in webpack that makes it so `output.hashFunction`
is used everywhere:
https://github.com/webpack/webpack/commit/4a8bf4c084f98bef8b47f0050c352f246ffb3527
That was merged in 5.54.0, so we at least need that version for things to
work.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]