What is Babel?
tool that converts ES6 & forward code (including JSX) into backwards compatible JS for older browsers/environments
What is a Plug-in?
sw component that adds feature to existing program
What is a Webpack loader?
transforms and processes source code of module as you import or “load” them
How can you make Babel and Webpack work together?
babel loader
webpack vs babel
babel: transforms to backwards compatible
webpack: bundler for JS and friends