What is Babel?
Babel is a JS complier; it is a toolchain used mainly to convert ES code into backwards compatible version of JS
What is a Plug-in?
software component that adds a specific feature to an existing computer program
What is a Webpack loader?
loaders are transformations that are applied to the source code of a module
How can you make Babel and Webpack work together?
install the Babel Loader