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 sammarks/jsxbin-webpack-plugin

Account's avatar
webpack/webpack-sources
Source code handling classes for webpack
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
chaijs/chai
BDD/TDD assertion library for node.js and the browser. Test framework agnostic.
Account's avatar
standard/eslint-config-standard
JavaScript Standard Style - ESLint Shareable Config
Account's avatar
import-js/eslint-plugin-import
Import with sanity.
Account's avatar
jest-community/eslint-plugin-jest
ESLint rules for Jest
Account's avatar
mysticatea/eslint-plugin-node
Additional ESLint's rules for Node.js
Account's avatar
eslint-community/eslint-plugin-promise
Enforce best practices for JavaScript promises
Account's avatar
standard/eslint-plugin-standard
ESlint Plugin for the Standard Linter
Account's avatar
jestjs/jest
Delightful JavaScript Testing.
Account's avatar
jest-community/jest-junit
A jest reporter that generates junit xml files
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
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

Support the repos that depend on this repository

Top contributors

sammarks's profile
sammarks
16 contributions
dependabot[bot]'s profile
dependabot[bot]
1 contributions

Recent events

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

No events yet
sammarks

sammarks/jsxbin-webpack-plugin

A Webpack plugin to JSXbin-pack Extendscript outputs.

JavaScript
4
2
MIT License

`jsxbin-webpack-plugin` is a Webpack 4 plugin that takes the JavaScript output of a Webpack build (typically transpiled with Babel) and compiles it into Adobe ExtendScript’s binary `.jsxbin` format using the `jsxbin` library. It’s aimed at developers building Adobe CEP extensions who want to keep their build pipeline inside Webpack rather than adding separate tools like gulp or custom scripts.