Skip to content

issues Search Results · repo:egoist/tsup language:TypeScript

Filter by

589 results
 (53 ms)

589 results

inegoist/tsup (press backspace or delete to remove)

I encountered a TS6053: File not found error while using tsup to bundle my project in a Turbo-powered monorepo environment. The error message is as follows: Image I ensure that @better-grid/excel does ...
  • yaojiu19
  • Opened 
    5 days ago
  • #1315

tsup: 8.4.0 os: windows export default defineConfig({ entry: [ src/index.ts ], format: [ esm , cjs , iife ], dts: true, splitting: false, sourcemap: true, clean: ...
  • zhangfisher
  • Opened 
    8 days ago
  • #1312

High level problem: when I don t want tsup to build target es2021, but do use emitDecoratorMetadata, I m forced to opt-in to SWC transforms that break my legacy decorators. See https://github.com/egoist/tsup/blob/769aa49cae16cc1713992970db966d6514878e06/src/esbuild/swc.ts#L32-L41 ...
  • joelgallant
  • 1
  • Opened 
    11 days ago
  • #1311

Description Hello, I encountered an error when trying to build my Svelte project using tsup. The error message is: ✘ [ERROR] Invalid compiler option: The boolean options have been removed from the css ...
  • Skyleen77
  • Opened 
    16 days ago
  • #1305

Hi all, I m facing a couple of build/runtime issues while integrating our core‑ui package (built with tsup) into a consumer app that uses Vite. It was originally built as a monorepo, but now the core‑ui ...
  • boogyD
  • 1
  • Opened 
    20 days ago
  • #1304

What s the problem? When using outExtension: () = ({ js: .jsx }) Tsup doesn not generate source maps. The build works but the missing source maps lead to a very bad debugging experience for us. Would ...
  • ChristophP
  • 1
  • Opened 
    20 days ago
  • #1302

On this branch, on linux node v23.3.0 @elizaos/core:build: error TS2688: Cannot find type definition file for hapi__shot . @elizaos/core:build: The file is in the program because: @elizaos/core:build: ...
  • jmikedupont2
  • 1
  • Opened 
    21 days ago
  • #1301

https://nodejs.org/docs/latest/api/esm.html#importmetadirname import.meta.filename is the same as the url.fileURLToPath() of the import.meta.url. import.meta.dirname is the same as the path.dirname() ...
  • demoshang
  • Opened 
    23 days ago
  • #1298

Issue Since upgrading from tsup 8.2.4 to 8.3.0, glob patterns that previously worked have stopped functioning as expected. Specifically, patterns that use an exclusion followed by an explicit inclusion ...
  • paulobmarcos
  • Opened 
    25 days ago
  • #1297

In ./src/index.ts I do: import ./style.css ; ... but the build files .mjs and .js does not contain this import. Only thing which happens is style.css is copied into ./dist folder and is renamed to index.css. ...
  • DavidPetrasek
  • Opened 
    26 days ago
  • #1296
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub