webpack是一个广泛使用的开源组织,其公共GitHub页面上有众多仓库,主要使用JavaScript和MDX语言。其知名项目包括webpack、webpack-bundle-analyzer和webpack-dev-server,这些项目在前端开发中扮演着重要角色,提供了模块打包和开发服务器等功能。
A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap
Serves a webpack app. Updates the browser on changes. Documentation https://webpack.js.org/configuration/dev-server/.
Lightweight CSS extraction plugin
CSS Loader
Compiles Sass to CSS
Just a little module for plugins.
Copy files and directories with webpack
PostCSS loader for webpack
Webpack's Command Line Interface
A development middleware for webpack
Webpack hot reloading you can attach to your own server
Repository for webpack documentation and more!
[OUTDATED] Starter template for React with webpack. Doesn't focus on simplicity! NOT FOR BEGINNERS!
Minimizer Plugin
Style Loader
[OLD] documentation for webpack
Prepare compressed versions of assets to serve them with Content-Encoding
HTML Loader
Runs the following loaders in a worker pool
Offers an async require.resolve function. It's highly configurable.
Compiles Less to CSS
analyse web app for webpack stats
[DEPRECATED use memfs instead] A simple in-memory filesystem. Holds data in a javascript object.
Example for a super simple PWA with webpack.
utils for webpack loaders
Expose Loader
Imports Loader
:art: A stylus loader for webpack.
Example of an react application with webpack including server-side rendering.
[DEPRECATED] The node core libs for in browser usage.
A Stylelint plugin for webpack
Wrapper library for directory and file watching.
webpack with some common libraries
cssnano plugin for Webpack
Runs (webpack) loaders
Source code handling classes for webpack
A ESLint plugin for webpack
Webpack loader and plugin to compress images using imagemin
Temporary repo for the changelog for webpack 5
Options Validation
Exports Loader
Webpack core team meeting notes.
[WIP] concord modules specification
CoffeeScript Loader
[OUTDATED] example web app for webpack
A very simple and stupid parser, based on a statemachine and regular expressions.
[CURRENTLY UNMAINTAINED] Enhance the require function in node.js with support for loaders which preprocess files. This is a standalone polyfill for features of webpack.
In-browser playground for webpack
A tool to analyse your webpack build result. It allows to browse the compilation and points out options to optimize the build.
Example for HMR in a node.js process
Run benchmarks for webpack.
Fast line to line SourceMap generator.
此仓库未提供描述。
[OBSOLETE in webpack 2] The core of webpack and enhanced-require...
A collection of reusable tooling for webpack repos.
An application for casting votes on new webpack features and fixes.
google summer of code repository
Load markdown through remark with image resolving and some react-specific features.
此仓库未提供描述。
HTML minimizer webpack plugin
JSON minimizer webpack plugin
[DEPRECATED] Converts JSON stats from webpack to a nice SVG-Image.
Webpack standard eslint configuration
webpack's new api docs with mintlify
webpack.github.com
[DEPRECATED] Create a new web app from a template.
Scans all repos of a github organization and check if published
Mission, Goals, projects and budget for webpack
[OUTDATED] the big webpack/enhanced-require test
TSC repository
Hosting for old version of webpack documentation
QA for the webpack meetup in Munich
The server-side code (heruko) for serving the wiki as gh-pages.
Escope: ECMAScript scope analyzer
此仓库未提供描述。
Webpack Design Working Group
[DEPRECATED] webpack-template-module for jquery
[DEPRECATED] webpack-template-module for twitter's bootstrap
DEPRECATED (use mocha-loader now): A simple example for doing tests with webpack and mocha.
[OUTDATED] demo for the request completion of enhanced-resolve
Webpack Security Working Group
此仓库未提供描述。
The webpack governance model
Performance Working Group for webpack
Temple for creating Working Groups
webpack主要用于构建JavaScript应用程序,帮助开发者将多个模块打包成少量的资产,以提高加载效率。它支持多种模块格式和文件类型,适应广泛的开发需求。
webpack主要使用JavaScript和MDX语言进行开发。这些语言使得webpack能够高效地处理模块和资源的打包与管理,满足现代前端开发的需求。
是的,webpack的所有仓库都是公开的。这意味着任何人都可以访问和使用这些资源,促进了社区的协作与贡献,增强了项目的透明度。