AIAdebayo Ilerioluwainadebayo.hashnode.dev·Jan 31, 2021 · 4 min readConfigure Babel for a Node.js ApplicationIntroduction What is Babel From the official babel documentation site, Babel is a toolchain that is mainly used to convert ECMAScript 2015+ code into a backwards-compatible version of JavaScript in current and older browsers or environments. Basicall...00