Babel is the best and most flexible Javascript compiler. If you want to use pre-release javascript features today, Babel will allow this and polyfill for older #Javascript versions. My favorite new pre-release #Javascript feature is "optional chaining" which makes my code simpler and easier to read when getting and setting nested object attributes. Check it out.