unbuild icon indicating copy to clipboard operation
unbuild copied to clipboard

πŸ“¦ An unified javascript build system

Results 145 unbuild issues
Sort by recently updated
recently updated
newest added

### Environment node: v18.17.1 pnpm: v8.6.11 system: mac ### Reproduction 1、[github repo](https://github.com/szmxx/template-node) 2、pnpm i 3、pnpm build 4、report error ### Describe the bug koa2-cors types definitions It's type should be correct,...

### Environment OS: Ubuntu 22.04 Node Version: 18.17.1 Package Manager: pnpm@8 Additional Environment: Enterprise GitHub Actions runner ubuntu-latest Unbuild Versions : - Bug Found on: v 2.0.0 - Last Working...

### πŸ”— Linked issue #235 ### ❓ Type of change - [x] πŸ“– Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking...

### Describe the feature `tsup` [already integrated](https://tsup.egoist.dev/#metafile) the `--metafile` flag to tell esbuild to produce some metadata about the build in JSON format. It is great for analyzing with [bundle-buddy.com](https://www.bundle-buddy.com/)....

enhancement
discussion

### Describe the feature I am now starting with stup when compiling the entire directory, and the files in that directory cannot have a jiti like effect ### Additional information...

### Describe the feature ```ts export default defineBuildConfig({ entries: [ './packages/core/jimu' ], failOnWarn: false, stub: true, alias: { // Not effective when stub is true '@': resolve(__dirname, './') }, });...

### Describe the feature Since RSC has come out, it would be nice for unbuild to provide the ability to preserve directives / write directives at build time. ```js 'use...

Moving from #291 Since we now support tsx/jsx out of the box for mkdist, i think it should be also possible for rollup out of the box without need of...

enhancement

### Describe the feature Hi, I'm booting up a project for AWS Lambda, I'm currently finding a way to ship installed (even better, maybe used?) `dependencies` within the dist, without...

discussion

### Describe the feature like esbuild packages options: https://esbuild.github.io/getting-started/#bundling-for-node:~:text=You%20can%20exclude%20all%20of%20your%20dependencies%20from%20the%20bundle%20by%20setting%20packages%20to%20external%3A ```shell esbuild app.jsx --bundle --platform=node --packages=external ``` For now, the externals option doesn't support pass regexp. If support pass regexp, I...

enhancement
discussion