tcp-bundler
JSON →Vanilla JS/TS bundler using a socket connection to trigger bundling on page refresh. Version 1.1.0. The package acts as a server that listens on a TCP socket; when a filename is sent, it bundles the file and its imports into a single output file. Supports basic import/export operations (import * as, named imports, side-effect imports) and optional TypeScript compilation and minification. Unlike full-featured bundlers like webpack or rollup, it does not support npm package imports and is intended for simple vanilla projects. Release cadence is low; maintenance is unclear.
Resources
packagetcp-bundler ↗