Jiwon Choi
Jiwon Choi
@PKief Sorry to ping you, but respectfully requesting for a review.
@danielt69 https://github.com/webpack/webpack/issues/16125#issuecomment-1210447191 This seems like a workaround, give it a try.
What would be the difference between just using `useSWR`?
Could you provide images of the issue for better understanding?
@talpx0 You're right, you can retrieve the slug and set it with `generateStaticParams`, which will generate the routes at the build time which I'd recommend. https://github.com/leerob/leerob.io/blob/e9357c5d53737ae977d4bfcb1b58ac832d155b5f/app/blog/%5Bslug%5D/page.tsx#L10-L13 @PieterDePauw The URL can...
@keeganwitt I'll update the docs, thank you! For `toIncludeAllPartialMembers`, I don't understand the mechanism. This test case passes, and I'm not sure why. Could it be a bug? ```js expect([1,...
I see. Maybe later when handling the exports are rewritten?
Got it, will take a look shortly!
Since for TS projects, currently bunchee is always generating `d.ts` regardless of CLI args like `--dts false`. We could check if `dts` is nullish and set to true if `hasTsConfig`...
I see.. I was expecting the behavior of [`--declaration`](https://www.typescriptlang.org/tsconfig/#declaration) in tsc. IMO expanding the `--no-` family might not be the best option, but seems reasonable at the moment.