-
Notifications
You must be signed in to change notification settings - Fork 103
Open
Description
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.
hdetering
Metadata
Metadata
Assignees
Labels
No labels