What is Babel?
a toolchain used to convert ES6 code to older versions of it
What is a Plug-in?
adds a feature to an existing program
What is a Webpack loader?
transformations that allow you to pre-process files as you import(load) them
How can you make Babel and Webpack work together?
babel loader