Software Engineering Daily

Pika Dependency Management with Fred Schott

Software Engineering Daily

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

The post Pika Dependency Management with Fred Schott appeared first on Software Engineering Daily.

Next Episodes