Use Babel to replace "__DEV__" keyword with "process.env.NODE_ENV !== 'production'"
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This Babel plugin replaces the `__DEV__` keyword with `process.env.NODE_ENV !== 'production'`, providing a shorthand for environment checks. It is designed for JavaScript developers using Babel who want