Declare Global constants with Babel ES6
In modern web applications, there are multiple ways to declare and use the global constants. But if you using Babel (or any other JS Transpiler), you can manage these constants in a very easy and efficient way.