Bundle

Basically taking multiple files (your code, JS libraries, and even static resources like images and more...) And package them into one or multiple files that you can just load into your html without ever worring about loading order and duplication.

Entry

In Webpack the entry configuration allows you to setup the files that will be processed by Webpack.

Loaders

@TODO

Plugins

@TODO