Dmitrii Kanatnikov
Dmitrii Kanatnikov
i've just read ky docs https://www.npmjs.com/package/ky#hooksbeforerequest ``` The hook can return a Request to replace the outgoing request, or return a Response to completely avoid making an HTTP request. This...
my use case: I want to cache every outgoing GET request within current incoming request. I create express middleware ```typescript function cacheHttpAdapter(req: Request, res: Response, next: NextFunction) { req.cacheHttpAdapter =...
for example some of latest release of got brokes many of our types, changed type of `context` field lets patch some of the types ```ts import { BeforeRedirectHook as GotBeforeRedirectHook,...
`[email protected]` (1.3.6 was fine) ``` TypeError: Class extends value undefined is not a constructor or null ``` throws here: https://github.com/webpack-contrib/mini-css-extract-plugin/blob/6ae4c3ede6b4d02c2c80234a6dc22c355c2e3855/src/index.js#L39 because `webpack.Module` is undefined
+1 for flag, it should be used in development only
can there projects use old major version of hermione?
It will be great to add example about identifying what is imported - type value or runtime value ```ts // source.ts import { FC, useCallback } from 'react'; // transform.ts...
в доке есть технология `deps-old`, но в techs ее нет
It would be great for my tasks to have different prefixes in runtime only
i am sorry for bumping this thread, but is there a solution?