-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Description of the bug
So I've tried to add this to my fork with tsup and external imports are not proce…
-
I've been trying to migrate some project from `unbuild` to `tsup`.
Theres nothing special about it, it's not that big either.
`unbuild` was pretty fast, with 2-3s to chew the whole thing. **dts in…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Repository problems
These pr…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
files:
```ts
// entry.ts
import { a } from './file'
// file.ts
export const a = 123
```
config:
```ts
export default defineConfig({
entry: ['./entry.ts', './file.ts'],
format: 'esm'…
tmkx updated
2 months ago
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
I use `esbuild-sass-plugin` to import SCSS and generate a CSS file. This plugin automatically resolve the SCSS `@import` instructions and return all additional files to watch in the `watchFiles` esbui…
-
One of Esbuild's Design principles is to Maximize parallelism
https://github.com/evanw/esbuild/blob/main/docs/architecture.md#design-principles
Which is great, and typically carries over into how …
-
I was playing around with a custom tsup plugin (not esbuild plugin!) and found out that apparently, the buildEnd hook is called after bundling is done, but before the .d.ts files are generated (with `…