What is Babel?
a JavaScript compiler - converts new JS code into JS that is compatible with older browsers
What is a Plug-in?
a software component that adds a specific feature to an existing computer 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?
You chain babel as a loader