Haruaki OTAKE

Results 16 comments of Haruaki OTAKE

I've solved this by forking. https://www.npmjs.com/package/@mole-inc/cwebp-bin I've changed the postinstall script to use system binaries by creating symlink. https://github.com/mole-inc/cwebp-bin/blob/4096d2e/lib/install.js#L36-L63

Since `/__nuxt_error` is broken trying to compress, adding the following to `compressResponse` may work. ```ts if (getRequestURL(event).pathname.startsWith('/__nuxt')) { return } ``` However, it may be recommended to do this with...

I think this is a bug in h3. I am not having trouble with this issue, but I think it should be fixed.

It may be related to the following issue. https://github.com/unjs/h3/issues/197

IMO, `Access-Control-Allow-Origin: null` doesn't need to be supported. Because it should not be used. https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Access-Control-Allow-Origin#null