You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to optimize my Nextjs project and was surprised, that images are smaller even though, I use the default value optimizeImagesInDev: false.
I start my application by using now dev that should do a next dev .
I try to get my dev development as smooth and fast as possible. I also tried to workaround with dynamic paths, only appending ?resize if it is not a production build. But this fails during build time for some reason... I think it's related to dynamic imports that misbehave.
What is your favorite setup?
Thanks in advance!
The text was updated successfully, but these errors were encountered:
I'm having the same problem, with several hundred images being optimised, the development build took several minutes. I tried both passing no options and passing optimizeImagesInDev: false which is supposed to be the default, but images were still being optimized.
Hey,
First of all, amazing plugin, thanks a lot!
I try to optimize my Nextjs project and was surprised, that images are smaller even though, I use the default value
optimizeImagesInDev: false
.I start my application by using
now dev
that should do anext dev
.I try to get my dev development as smooth and fast as possible. I also tried to workaround with dynamic paths, only appending
?resize
if it is not a production build. But this fails during build time for some reason... I think it's related to dynamic imports that misbehave.What is your favorite setup?
Thanks in advance!
The text was updated successfully, but these errors were encountered: