Cat is the fastest JavaScript bundler

1 ยท Peter Krumins ยท Dec. 24, 2021, 1:06 p.m.
Let's say you have a JavaScript application that has 3 files: ui.js script.js analytics.js And you need to create bundle.js. Use cat โ€“ no installs, always available on all systems, and works at the speed of a hard drive. cat ui.js script.js analytics.js > bundle.js Eat it webpack....