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