Skip to content

Node 17 and Webpack #219

@fbiville

Description

@fbiville

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.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions