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

This webpack plugin generates an ESM library from a webpack bundle by adding `export` statements to the bundle's end, making it consumable by modern browsers that support ESM. It's designed for developers building libraries with webpack who need to output ES modules for browser consumption.

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
purtuga

purtuga/esm-webpack-plugin

A webpack plugin to help build/output ESM libraries

JavaScript
116
11
MIT License
purtuga's profile
purtuga
41 contributions
Haringat's profile
Haringat
3 contributions
laggingreflex's profile
laggingreflex
1 contributions

Support the dependencies of purtuga/esm-webpack-plugin

Account's avatar
webpack/webpack-sources
Source code handling classes for webpack
Account's avatar
mochajs/mocha
simple, flexible, fun test framework
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