Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(nodejs>16): upgrade webpack for example #124

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sethp
Copy link

@sethp sethp commented Sep 28, 2023

Prior to this change, trying to build with more recent versions of node attempts to make use of insecure (& now-removed) hash functions.

See: https://stackoverflow.com/a/73027407

Prior to this change, trying to build with more recent versions of node
attempts to make use of insecure (& now-removed) hash functions.

See: https://stackoverflow.com/a/73027407
Comment on lines +11 to +15
"copy-webpack-plugin": "^11.0.0",
"typescript": "^5.2.2",
"umd-compat-loader": "^2.1.2",
"webpack": "^5.88.2",
"webpack-cli": "^5.1.4"
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just a note: I used npm-check-updates to upgrade everything at once, so I'm not entirely sure which of these changes are necessary and which ones are accidental.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant