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 oliviertassinari/babel-plugin-transform-dev-warning

Account's avatar
babel/babel
Babel command line.
Account's avatar
babel/babel
Babel compiler core.
Account's avatar
babel/babel
A Babel preset for each environment.
Account's avatar
babel/babel
babel require hook
Account's avatar
babel/babel-eslint
Custom parser for ESLint
Account's avatar
gotwarlost/istanbul
Yet another JS code coverage tool that computes statement, line, function and branch coverage with module loader hooks to transparently add coverage when running tests. Supports all JS coverage use ca
Account's avatar
mochajs/mocha
simple, flexible, fun test framework

Support the repos that depend on this repository

Top contributors

oliviertassinari's profile
oliviertassinari
20 contributions
greenkeeper[bot]'s profile
greenkeeper[bot]
4 contributions

Recent events

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

No events yet
oliviertassinari

oliviertassinari/babel-plugin-trans...

Remove development warning from production code

JavaScript
15
1
No license

A Babel plugin that strips development‑only warning calls from production bundles. It rewrites `warning(...)` statements into a conditional that only runs when `process.env.NODE_ENV !== 'production'`, letting libraries (e.g., the `warning` package) keep helpful dev messages without shipping them to users. It’s aimed at front‑end developers building React/JS applications who want smaller, production‑ready code.