-
Hi!
I encountered the following strange error when trying to set up a build step with `tsup` for a library in a monorepo:
```
$ pnpm nx build my-library # nx run my-library:build
> @my-mono…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Rate-Limited
These updates a…
-
## Feature Request
As a continuation of #482 I'd like to propose an option to have the banner set by chunk, as seen in Rollup and [documented here](https://rollupjs.org/configuration-options/#output-…
-
### 相关平台
微信小程序
**小程序基础库: 3.4.7**
**使用框架: Vue 3**
### 复现步骤
ModuleParseError: Module parse failed: Unexpected token (2:7)
You may need an appropriate loader to handle this file type, cu…
-
I'm seeing build errors related to .ts files that contain `#!/usr/bin/env node`, which tsup tries to **chmod +x** in order to ensure they are executable:
```
⋮
ESM dist/integrations/webpack-plugin.…
-
I have `pino` (`v8.4.1`) with the latest `esbuild` and the associated transports as part of a package with TypeScript files (which are not compiled / built in the package itself) that is included in a…
-
### Describe the bug
I want to make a library of a preset components with styles. However, adding a styles.module.css and importing it doesn't seem to work.
Ref:
https://github.com/xypnox/xip-…
-
```sh
src
- tool1
- tool1.ts
- tool2
- tool2.ts
- tool3
- tool3.ts
- index.ts
```
Such as above, `src/index.ts` is `exports` all, then use `tsup src/index.ts --format …
-
I was making some inline edits of the plugin installed in `node_modules`, and it would be easier to test package patches in the future if the bundle wasn't minified https://tsup.egoist.dev/#minify-out…
-
The docs say
> TypeScript declaration maps are mainly used to quickly jump to type definitions in the context of a monorepo (see [source issue](https://github.com/Microsoft/TypeScript/issues/14479)…