unbuild stubbing

Creator
Creator
Seonglae Cho
Created
Created
2021 Nov 30 8:26
Editor
Edited
Edited
2025 May 22 18:12
Refs
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:
unbuild --stub

Bundleless Build#

Powered by mkdist - another @unjs package - unbuild also handles static assets and file-to-file transpiling.
 
 
 
 
 
 
 

Recommendations