Software Engineering Daily

Software Engineering Daily


Pika Dependency Management with Fred Schott

March 30, 2020

Modern web development involves a complicated toolchain for managing dependencies. One part of this toolchain is the bundler, a tool that puts all your code and dependencies together into static asset files. The most popular bundler is webpack, which was originally released in 2012, before browsers widely supported ES Modules. Today, every major browser supports