unbuild
unbuild copied to clipboard
📦 An unified javascript build system
I'm proposing to add unbuild to a storybook package, but their convention is to place the outputs into different folders, like: ``` dist/cjs/index.js dist/esm/index.js ``` And actually, what I want...
How do I enable sourcemaps?
.mjs - > .js .cjs -> .cjs or .mjs - > ${name}.esm.js .cjs - > ${name}.cjs.js Because when I introduced the plugin with the test project, there was an error...
# *Steps to reproduce* Repo: https://github.com/victorgarciaesgi/nuxt-typed-router/tree/next `yarn && yarn build` With a tsc build, everyting works. But with unbuild I keep getting this error. I don't know where I can...
Hi, I am trying to benchmark various tools on this open source repo: https://github.com/VulcanJS/npm-the-right-way My goal is to bundle full-stack packages, with client-only, server-only and shared code. It means having...
By bundling unbuild dependencies like rollup plugins, we can make sure builds are predictable against unbuild versions and less likely to have regressions but also less install size. Downside is...
Hello, I have an existing package using `@rollup/plugin-yaml` to load some `.yaml` files, and I'm interested in migrating it to `unbuild`. Is it possible to use the `import` syntax for...
This will fail CI when building with an incompatible Node.js version. We shall set a sanity default for this field covering unbuild/mkdist minimum.
I try to build a nuxt module that uses some types of express in its interface. Unfortunatly this throws an error. It seems, that rollup tries to access the types...