unbuild
unbuild copied to clipboard
📦 An unified javascript build system
### Describe the feature This preset would target a folder that would create a json file of all the contents of each file within a JSON file to easily start...
https://github.com/unjs/untyped/pull/82 (currently we use an inline implementation that can get outdated)
### Environment stackblitz unbuild: ^1.1.1 node: 16.14.2 ### Reproduction https://stackblitz.com/edit/node-z61fts?file=index.js ### Describe the bug When import a kabab-case field from json file. The result after the build is incorrect. Please...
### Environment node 18.12.1 Windows 11 pnpm 8.6.0 ### Reproduction - clone https://github.com/unocss/unocss/tree/svelte-scoped-stub - `pnpm install` - `pnpm -F svelte-scoped stub` (if we instead run `pnpm -F svelte-scoped build` at...
### Environment node: v16.19.0 ### Reproduction git clone https://github.com/gaetansenn/vunix git checkout bugs/stub-symbol yarn dev:nuxt-example ### Describe the bug I'm still facing a few problems with the build of my mono-repo...
Add experimental support for isolated declaration generation powered by OXC and [unplugin-isolated-decl](https://github.com/unplugin/unplugin-isolated-decl) by @sxzz ❤️ Read more: https://github.com/microsoft/TypeScript/issues/58944 To opt in: ```js import { defineBuildConfig } from "unbuild"; export default...
### Describe the feature ![Uploading image.png…]() ### Additional information - [ ] Would you be willing to help implement this feature?
Context: from https://github.com/es-tooling/module-replacements/issues/60#issuecomment-2199242095 by @AbhiPrasad Currently unbuilds install lots of sub-dependencies some are not required for basic builds. ([graph](https://npmgraph.js.org/?q=unbuild)) From CSS stuff, I assume they are related to mkdist optional...
### 🔗 Linked issue ### ❓ Type of change - [x] 📖 Documentation (updates to the documentation, readme, or JSdoc annotations) - [ ] 🐞 Bug fix (a non-breaking change...