Babel Flashcards
1
Q
What is Babel
A
A way for new code to be backwards compatible with old browsers that haven’t updated
2
Q
What is a plug-in
A
An extension that allows you to do something you weren’t able to originally do
3
Q
What is a webpack loader
A
It compiles the data and puts it into one file by concactinating it
4
Q
How can you make Babel and Webpack work together
A
By using the Babel Loader