Replies: 1 comment
-
https://nextjs.org/docs/messages/sharp-missing-in-production |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In today's modern frontend ecosystem, image resizing generally happens with something like
next/image
- making it so Payload's forced use of Sharp can become completely unnecessary.A user should still be able to opt-in to using Sharp, but we want to remove it from our dependencies by default and allow the user to install it if they desire its functionality.
Beta Was this translation helpful? Give feedback.
All reactions