webpack는 GitHub에서 JavaScript 및 MDX를 주로 사용하는 공개 저장소를 보유하고 있습니다. 주요 저장소로는 코드 번들링 도구인 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은 주로 JavaScript와 MDX를 사용하여 개발됩니다. 이 두 언어는 웹 애플리케이션의 번들링 및 문서화에 중요한 역할을 합니다.
네, webpack의 모든 저장소는 공개입니다. 이를 통해 다른 개발자들은 저장소에 접근하고, 기여하며, 다양한 프로젝트를 활용할 수 있습니다.