Skip to content

Commit

Permalink
examples: added missing sharp dependency to the remix website package (
Browse files Browse the repository at this point in the history
…#10931)

When the sharp module is not added to the website package, you get a
reference error when trying to start a production build. This is solved
by just installing the sharp module.

Solves #10929

Co-authored-by: Marwin Hormiz <[email protected]>
  • Loading branch information
marwinhormiz and Marwin Hormiz authored Feb 2, 2025
1 parent 2f787a9 commit 58666fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/remix/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
"payload": "latest",
"payload-app": "workspace:*",
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react-dom": "^18.2.0",
"sharp": "0.32.6"
},
"devDependencies": {
"@remix-run/dev": "^2.15.2",
Expand Down

0 comments on commit 58666fb

Please sign in to comment.