Back to top
Yas Adel Mehraban (Yashints) | webpack

2 posts tagged with "webpack"

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
Preparation steps for Angular 2 migration

I’ve seen many ways to shape an Angular app in different companies. This means when we try to upgrade to Angular 2 some of them might be easy to migrate compared to others.

PublishedJul 13, 2016
Time to read6 min
angularangular 2componentRead more