webpackのGitHubアカウントは、JavaScriptおよびMDXを使用した86の公開リポジトリを持っています。特に、webpackやwebpack-bundle-analyzerなどの広く使用されているプロジェクトがあり、これらはアプリケーションのバンドルや分析に役立ちます。これらのリポジトリは、開発者にとって重要なリソースです。
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のリポジトリは、開発者がアプリケーションの構築を支援するために設計されています。
webpackは主にJavaScriptを使用しており、リポジトリの中にはMDXも含まれています。これにより、さまざまなモジュールの取り扱いやバンドルが可能になります。
はい、webpackのすべてのリポジトリは公開されています。これにより、開発者は自由にソースコードにアクセスし、プロジェクトに貢献することができます。