Skip to content

Commit

Permalink
Fix missing algo for webpack that's no in openSSL
Browse files Browse the repository at this point in the history
  • Loading branch information
QBonaventure committed Sep 4, 2024
1 parent f2277f9 commit ead5235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"license": "MIT",
"scripts": {
"deploy": "webpack --mode production",
"watch": "webpack --mode development --watch"
"watch": "webpack --mode development --openssl-legacy-provider --watch"
},
"dependencies": {
"phoenix": "file:../deps/phoenix",
Expand Down

0 comments on commit ead5235

Please sign in to comment.