d-suke
d-suke
Currently, with this library, images can be optimized at build time using `next/image`. However, images are not optimized for components that cannot be evaluated at build time. For example, components...
現状では `res.json` をした結果を返しており、レスポンスヘッダーなどを利用できない。 これらを利用できるように、返却する値を変更するオプションを追加するのはどうだろうか?
# Problems with this loader Currently, the loader cannot use `htmlWebpackPlugin` values in ejs files. It cannot simply use the data in individual files, but also the values provided by...
Hi, When using pino with TypeScript, I encountered the following error: ```ts const { pino } = require('pino'); pino.stdTimeFunctions; // ^ error TS2339: Property 'stdTimeFunctions' does not exist on type...