unjs / unbuild

📦 An unified javascript build system
MIT License
2.19k stars 84 forks source link

Merge with mkdist #381

Open pi0 opened 3 months ago

pi0 commented 3 months ago

https://github.com/unjs/mkdist/issues/207

RSS1102 commented 3 weeks ago

Migration Code? Is this the effect?

import { mkdist} from "unbuild";

or monorepo @unjs/mkdist

pi0 commented 3 weeks ago

@RSS1102 The idea is to have mkdist as an unbuild builder. For migration you need build + entries: [ { builder: 'mkdist', ... } ]

RSS1102 commented 3 weeks ago

😳😳 Understood, I will try, but it may take a long time or it may fail. I will report the progress.

pi0 commented 3 weeks ago

You don't need to pick this as mentioned it is a long progress and still not final just an idea.

RSS1102 commented 3 weeks ago

You don't need to pick this as mentioned it is a long progress and still not final just an idea.

🫡🫡ok, I just want to try to improve myself on the code I might can complete.