Babel

Babel changes do not come into effect until we manually restart our server (e.g. if we are using nodemon or something similar). Therefore, a good rule of thumb is to always reset the server when we make changes to our babel.config.js file. This way, we don't break something without instantly knowing it.