Webpack plugin to strip blocks of code marked by special comment tags
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
webpack-strip-block is a Webpack plugin that removes blocks of code enclosed in special comment tags, making it ideal for stripping out development-only code like verbose console warnings before bundling for production. It's designed for developers who want to keep debug or development code in their source files but exclude it from the final build, with customizable comment tags for flexibility.