webpack-howto
App Bundle Manager
A comprehensive guide to using webpack for managing JavaScript application bundles and assets
10k stars
264 watching
695 forks
Language: JavaScript
last commit: over 7 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
webpack/webpack | A tool for bundling and processing JavaScript modules and other resources into optimized bundles for web applications. | 64,893 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,598 |
laravel-mix/laravel-mix | A tool that simplifies the process of bundling and compiling assets in Laravel applications using Webpack | 5,273 |
webpack/webpack-dev-server | Serves a webpack app with live reloading, updating the browser on changes. | 7,804 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,362 |
webdiscus/html-bundler-webpack-plugin | Automates the processing of source files and generates an HTML file containing links to resources. | 152 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,235 |
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,587 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,202 |
django-webpack/django-webpack-loader | A tool that integrates Webpack bundles into Django templates | 2,525 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,621 |
webpack-contrib/css-loader | A module for webpack that interprets CSS functions like @import and url() like import/require() | 4,316 |
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 |
hayes0724/shopify-packer | Tool for building and managing Shopify themes with a focus on development speed and customization | 181 |
webpack-contrib/compression-webpack-plugin | Tools for compressing web assets to improve transfer efficiency and reduce network latency. | 1,413 |