Understanding the basic webpack process and some important concepts
1 Introduction webpack is a static module bundler for modern JavaScript applications. When webpack processes an application, it recursively builds a dependency graph of every module the applicatio...