d-suke

Results 23 comments of d-suke

@hosnas I see! I hadn't envisioned that usage. Am I correct that you want to optimize the images when you do the `next build`? Also, can you tell me why...

@hosnas First, let me see if my understanding is correct. ```js export const config = { unstable_runtimeJS: false, }; ``` I assume that applying this setting means that you are...

@hosnas In that case, how about the following usage? (without using this library) ```jsx ``` If you can provide a server that can run with `next start`, I was wondering...

@hosnas I ask because I am not familiar with `unstable_runtimeJS`. `export const config = { unstable_runtimeJS: false, };` If I use this one, will the server side JS also stop...

@psirenny First of all, thank you for opening the issue! As to the main issue, I understand that you are unable to optimize images within a component that functions only...

I see. It is certainly nice to be able to use it that way. Please give me some time to figure out how it works! Also, if you have a...

@itsmejoeeey Thanks for creating the PR! I have one request, please adapt the commit message to the rules of this repository! As it is now, we cannot put the name...

@itsmejoeeey > I forgot --include=dev when I initially ran npm install so the hooks never ran. This look better? I see. I'm not too familiar with the `npm` spec, partly...