FLAGSHIP
plunk
"npm link was broken. So I fixed it."
Local package development without symlink pain. Incremental file copying with copy-on-write support, native Vite HMR integration, and intelligent change detection via chokidar.
Before
# The old way npm link ../my-package # Symlink hell begins... # HMR breaks, paths break # "Why isn't this working?!"
After
# The plunk way plunk dev ../my-package # Incremental copies # HMR just works # No symlink drama
TypeScriptNode.jsVitechokidar