What is Babel?
a JavaScript compiler, toolchain to convert ES2015 code into a backwards compatible version
What is a Plug-in?
a software component that adds a specific feature to an existing computer program
What is a Webpack loader?
transformations (to another language) applied to the source code of a module
How can you make Babel and Webpack work together?
install babel-loader