Webpack plugin to automatically add a library's peerDependencies to its bundle's externals.
How the donated funds are distributed
Kivach works on the Obyte network, and therefore you can track all donations.
This project is a Webpack plugin that automatically configures a library's `peerDependencies` as externals during bundling, preventing them from being included in the output. It is designed for developers building reusable JavaScript libraries with Webpack, helping them reduce bundle size and avoid dependency duplication by correctly handling peer dependencies.