-
Bunchee looks an amazing project. Very easy to use.
You might be interested in some difference I've found out trying to migrate from tsup/esbuild
I've noticed a slightly bigger bundle (as measur…
-
https://github.com/egoist/tsup
I think it'd make things a lot cleaner - it'd mean you don't have to import .js files, you can do import prefixes (e.g. @/agent/foo' instead of '../agent/foo.js' stuf…
-
[tsup](https://tsup.egoist.dev/) runs additional steps besides just running esbuild, so the esbuild plugin doesn't work. It would be nice to have a plugin for tsup.
-
## Context
What's your version of `nuqs`?
```
"nuqs": "2.0.4"
```
What framework are you using?
- ✅Next.js (app router)
- ❌ Next.js (pages router)
- ❌ React SPA (no router)
- …
-
I want to remove the dev dependencies for `typescript` and `tsup`. This project already has a pretty robust JSDoc, so I'm not worried about the type definitions. I also haven't been really happy with …
-
Hello, Im using this package with `esbuild-svelte` to build a Svelte library with [tsup](https://github.com/egoist/tsup). Here's my config:
```ts
import { defineConfig } from 'tsup'
import { defa…
-
should be straightforward, tsup also uses tinyglobby which can be used if globbing support when using chokidar is still needed
-
### What problem does this feature solve?
The configuration format of TSUP looks very simple
### What does the proposed API look like?
tsup
-
-
## Problem
- When trying to generate DTS files for a specific module that depends on another module having it's types declared via module augmentation (`declare module ...`) results in an error.
- H…