Back to top
Yas Adel Mehraban (Yashints) | bundling

1 post tagged with "bundling"

Getting to know webpack

At its core, webpack is a static module bundler for modern JavaScript applications. When webpack processes your application, it internally builds a dependency graph which maps every module your project needs and generates one or more bundles.

PublishedSep 11, 2016
Time to read6 min
bundlingminificationwebpackRead more