Kivach
Cascading donations
Add repoPopularDonorsF.A.Q.
My repos

Footer

Subscribe to our newsletter

The latest news, articles, and resources, sent to your inbox.

DiscordTelegramTwitterMediumFacebookYouTubeGitHub

All information about repositories belongs to their owners.

More information about Kivach in the introductory article.

Built on Obyte

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies of brianzeng/babel-plugin-conditional-compile

Account's avatar
babel/babelify
Babel browserify transform
Account's avatar
marcello3d/gulp-watchify
integrates watchify with gulp.js

Support the repos that depend on this repository

Top contributors

bairan-zeng's profile
bairan-zeng
13 contributions

Recent events

Kivach works on the Obyte network, and therefore you can track all donations.

No events yet
brianzeng

brianzeng/babel-plugin-conditional-...

JavaScript
20
3
No license

A Babel plugin that statically evaluates conditional statements (e.g., `if (IS_DEV) { … }`) and eliminates branches that are never taken, optionally stripping `debugger` statements. It's aimed at developers who want to produce leaner production builds by defining compile‑time constants (such as `IS_DEV`, `CODE_FOR_CHROME`) and having the plugin remove unreachable code during the transpilation step.