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

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
ljcheibao's profile
ljcheibao
14 contributions
51talk-design

51talk-design/freedom-middleware-we...

webpack2前端项目开发构建中间件,方便统一管理前端项目中95%以上的构建工作

JavaScript
35
2
MIT License

Support the dependencies of 51talk-design/freedom-middleware-webpack2

Account's avatar
zloirock/core-js
Standard library
Account's avatar
babel/babel-loader
babel module loader for webpack
Account's avatar
59naga/babel-plugin-add-module-exports
Fix babel/babel#2212
Account's avatar
loganfsmyth/babel-plugin-transform-decorators-legacy
A plugin for Babel 6 that (mostly) replicates the old decorator behavior from Babel 5.
Account's avatar
genify/babel-plugin-transform-remove-strict-mode
Account's avatar
codemix/babel-plugin-typecheck
Transforms flow type annotations into runtime type checks.
Account's avatar
johnagan/clean-webpack-plugin
A webpack plugin to remove/clean your build folder(s).
Account's avatar
Marak/colors.js
get colors in your node.js console
Account's avatar
tj/commander.js
the complete solution for node.js command-line programs
Account's avatar
difelice/ejs-loader
EJS (Underscore/LoDash Templates) loader for webpack
Account's avatar
webpack-contrib/extract-text-webpack-plugin
Extract text from bundle into a file.
Account's avatar
jprichardson/node-fs-extra
fs-extra contains methods that aren't included in the vanilla Node.js fs package. Such as recursive mkdir, copy, and remove.
Account's avatar
jantimon/html-webpack-plugin
Simplifies creation of HTML files to serve your webpack bundles
Account's avatar
chimurai/http-proxy-middleware
The one-liner node.js proxy middleware for connect, express, next.js and more
Account's avatar
jadejs/jade
A clean, whitespace-sensitive template language for writing HTML
Account's avatar
webpack/jade-loader
jade loader module for webpack
Account's avatar
petehunt/jsx-loader
JSX loader for webpack
Account's avatar
less/less.js
Leaner CSS
Account's avatar
sass/node-sass
Wrapper around libsass
Account's avatar
bholloway/resolve-url-loader
Webpack loader that resolves relative paths in url() statements based on the original source file
Account's avatar
isaacs/rimraf
A deep deletion module for node (like `rm -rf`)
Account's avatar
TypeStrong/ts-loader
TypeScript loader for webpack
Account's avatar
microsoft/TypeScript
TypeScript is a language for application scale JavaScript development
Account's avatar
vuejs/core
The progressive JavaScript framework for building modern web UI.
Account's avatar
vuejs/vue
template compiler for Vue 2.0
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
robertknight/webpack-bundle-size-analyzer
A utility to find how your dependencies are contributing to the size of your Webpack bundles
Account's avatar
webpack/webpack-dev-server
Serves a webpack app. Updates the browser on changes.
Account's avatar
webpack-contrib/webpack-hot-middleware
Webpack hot reloading you can attach to your own server
Account's avatar
survivejs/webpack-merge
Variant of merge that's useful for webpack configuration

freedom‑middleware‑webpack2 is a build‑time middleware that wraps Webpack 2 for front‑end projects, automatically merging a project‑provided `webpack.config.js` with a pre‑configured set of defaults that handle LESS, SASS, TypeScript, Vue, EJS/Jade, ES6, PostCSS, etc. It lets developers run a single command (or script) with simple parameters (env, port, entry directory, publicPath, proxy, etc.) to start a dev server or produce a production bundle, while still being able to extend or override any of the generated Webpack, Babel, or TS configurations. The package is aimed at teams building large‑scale JavaScript/TypeScript web applications that want a standardized, “99 %‑done” build setup out of the box.