What is Babel?
a compiler that converts ecma2015 into backwards compatible version of Js.
converts JSX to JS.
What is a Plug-in?
a software component that adds a specific feature to an existing computer program. (babel plugin-transofrm-block-scoping).
What is a Webpack loader?
it preprocesses a file before importing with plugins.
How can you make Babel and Webpack work together?
via babel loader (babel –> one translator for Js, while webpack is the mothership that can translate all kinds of languages).