unbuild
unbuild copied to clipboard
📦 An unified javascript build system
In dev/testing it's useful to use `portal:` links but these have to be removed before running `unbuild stub`
[](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [changelogen](https://togithub.com/unjs/changelogen) | [`^0.3.2` -> `^0.3.5`](https://renovatebot.com/diffs/npm/changelogen/0.3.2/0.3.5) | [](https://docs.renovatebot.com/merge-confidence/)...
Related issue: https://github.com/raineorshine/npm-check-updates/issues/1204 Reproduction: https://github.com/qmhc/ncu-test NCU author said it is an issue of unbuild, NCU works correctly as a module both in js and ts. But I am not sure...
Hi, I have been developing a react hook library based on the ts-starter by antfu. To have a better DX I have essentially created a playground vite application next to...
I want get minify code after build , and my unbuild config this: ```ts import { defineBuildConfig } from "unbuild"; export default defineBuildConfig({ entries: ["./index"], declaration: true, clean: true, failOnWarn:...
There some errors when I `npx unbuild` > src/index.ts(1,8): error TS1259: Module '"/path/to/node_modules/@types/express/index"' can only be default-imported using the 'allowSyntheticDefaultImports' flag? why and what shoud I do?
I don't know if it's a bug, I think it's a bug on my side, it was working a few hours ago but I don't know what change could have...
### Environment node: `v20.9.0` pnpm: `8.15.4` `"typescript": "^5.4.2",` ### Reproduction github [repo](https://github.com/s3xysteak/unbuildErrTest) `pnpm i` `pnpm build` It will throw error. ### Describe the bug See `build.config.ts` in the mini-repo above....
### Environment Node.js version: v18.12.1 ### Reproduction https://github.com/Plasticine-Yang/plasticine-monitor run `pnpm build:browser` can trigger the bug. ### Describe the bug It will trigger `Inlined implicit external @/sdk` when I don't config...