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