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

Node 17 and Webpack #219

Open
fbiville opened this issue Jan 10, 2022 · 0 comments
Open

Node 17 and Webpack #219

fbiville opened this issue Jan 10, 2022 · 0 comments
Assignees

Comments

@fbiville
Copy link
Contributor

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.

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

No branches or pull requests

2 participants