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

The webpack-inject-plugin is a tool for dynamically injecting custom code into a webpack bundle during the build process. It's designed for webpack users who need to programmatically modify or add code to their bundles, such as developers creating custom webpack plugins or those who need to inject configuration-based code into their builds.

Total donated
Undistributed
Share with your subscribers:

Recipients

How the donated funds are distributed

Support the dependencies

Support the repos that depend on this repository

Top contributors

Recent events

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

No events yet
adierkens's profile
adierkens
116 contributions
chvin's profile
chvin
6 contributions
deini's profile
deini
5 contributions
kendallgassner's profile
kendallgassner
2 contributions
mems's profile
mems
2 contributions
spentacular's profile
spentacular
2 contributions
YellowKirby's profile
YellowKirby
1 contributions
adierkens

adierkens/webpack-inject-plugin

A webpack plugin to dynamically inject code into the bundle.

TypeScript
103
14
No license

Support the dependencies of adierkens/webpack-inject-plugin

Account's avatar
webpack/loader-utils
utils for webpack loaders
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for jest
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for loader-utils
Account's avatar
DefinitelyTyped/DefinitelyTyped
TypeScript definitions for webpack
Account's avatar
typescript-eslint/typescript-eslint
An ESLint custom parser which leverages TypeScript ESTree
Account's avatar
typescript-eslint/typescript-eslint
TypeScript plugin for ESLint
Account's avatar
all-contributors/all-contributors-cli
Tool to easily add recognition for new contributors
Account's avatar
intuit/auto
CLI tools to help facilitate semantic versioning based on GitHub PR labels
Account's avatar
typicode/husky
Modern native Git hooks
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
lint-staged/lint-staged
Lint files staged by git
Account's avatar
kulshekhar/ts-jest
A Jest transformer with source map support that lets you use Jest to test projects written in TypeScript
Account's avatar
intuit/eslint-plugin-no-explicit-type-exports
Account's avatar
prettier/eslint-plugin-prettier
Runs prettier as an eslint rule
Account's avatar
ajafff/tsutils
utilities for working with typescript's AST
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
webpack/webpack
Packs ECMAScript/CommonJs/AMD modules for the browser. Allows you to split your codebase into multiple bundles, which can be loaded on demand. Supports loaders to preprocess files, i.e. json, jsx, es7, css, less, ... and your custom stuff.
Account's avatar
webpack/webpack-cli
CLI for webpack & friends