unbuild stubbing

Creator
Creator
Seonglae ChoSeonglae Cho
Created
Created
2021 Nov 30 8:26
Editor
Edited
Edited
2025 Jul 22 21:35
Refs
unbuild introduced a new idea called Stubbing. Instead of firing up a watcher to re-trigger the bundling every time you made changes to the source code
so call Passive watcher
does not require you are have another process for that at all. By calling the following command only once:

Bundleless Build#

Powered by mkdist - another @unjs package - unbuild also handles static assets and file-to-file transpiling.
 
 
 
 
Publish ESM and CJS in a single package
A short tutorial of shipping both ESM and CJS dual formats in a single NPM package.
Publish ESM and CJS in a single package
 
 

Recommendations