What is Babel?
Babel is a JavaScript compiler that is maily used to convert ES6+ code into a backwards compatible version of JavaScript in current and older browsers or environments.
What is a Plug-in?
adding a specific feature to an existing program.
What is a Webpack loader?
transformations that are applied to the source code of a module.
How can you make Babel and Webpack work together?
install babel modules. include webpack npm script. execute npm run build