webpack

Module bundler

A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications.

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.

GitHub

65k stars
1k watching
9k forks
Language: JavaScript
last commit: over 1 year ago
Linked from 7 awesome lists

amdbuild-toolcommonjscompileres2015es6esmjavascriptjavascript-compilerjavascript-modulesloadersmodule-bundlerpluginswebweb-performancewebpack

Backlinks from these awesome lists:

Related projects:

Repository Description Stars
webpack/webpack-dev-server Serves a webpack app with live reloading, updating the browser on changes. 7,804
petehunt/webpack-howto A comprehensive guide to using webpack for managing JavaScript application bundles and assets 10,105
ruanyf/webpack-demos A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. 9,598
ronami/minipack An implementation of a simplified module bundler written in JavaScript 3,202
symfony/webpack-encore A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. 2,235
webdiscus/html-bundler-webpack-plugin Automates the processing of source files and generates an HTML file containing links to resources. 152
webpack-contrib/webpack-bundle-analyzer A tool that provides an interactive visualization of the contents and size of bundled modules in web applications. 12,602
rollup/rollup A module bundler for JavaScript that optimizes and compiles ES modules into optimized format for browsers or Node.js. 25,457
rails/webpacker Helps manage JavaScript modules in Rails applications using Webpack 5,304
googlechromelabs/webpack-libs-optimizations Optimization techniques for reducing bundle size when using libraries in Webpack projects 3,362
webpack-contrib/css-loader A module for webpack that interprets CSS functions like @import and url() like import/require() 4,316
webpack-contrib/sass-loader Compiles Sass to CSS and resolves import statements in Webpack configurations. 3,902
andrewplummer/sugar A utility library for working with native JavaScript objects 4,537
anodynos/urequire Automates module conversion and bundling with support for multiple languages and plugins 265
browserify/browserify-handbook A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. 4,587