What is Babel?
converts JSX to JS so it can be used in a broswer
What is a Plug-in?
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, pre-processes files
How can you make Babel and Webpack work together?
use the babel-loader plugin