We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The problem is described here: webpack/webpack#14532.
The solution:
- "build": "webpack", - "start": "webpack serve" + "build": "NODE_OPTIONS=--openssl-legacy-provider webpack", + "start": "NODE_OPTIONS=--openssl-legacy-provider webpack serve"
BUT this only works with Node 17, prior versions reject this setting.
The text was updated successfully, but these errors were encountered:
bigmontz
No branches or pull requests
The problem is described here: webpack/webpack#14532.
The solution:
BUT this only works with Node 17, prior versions reject this setting.
The text was updated successfully, but these errors were encountered: