webpack-howto
App Bundle Manager
A comprehensive guide to using webpack for managing JavaScript application bundles and assets
10k stars
264 watching
696 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,791 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
laravel-mix/laravel-mix | A tool that simplifies the process of bundling and compiling assets in Laravel applications using Webpack | 5,267 |
webpack/webpack-dev-server | Serves a webpack app with live reloading, updating the browser on changes. | 7,798 |
googlechromelabs/webpack-libs-optimizations | Optimization techniques for reducing bundle size when using libraries in Webpack projects | 3,366 |
webdiscus/html-bundler-webpack-plugin | A bundler for HTML templates that resolves source files of scripts, styles, images, and assets, inlining them into generated output. | 145 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,233 |
browserify/browserify-handbook | A comprehensive guide to building modular applications with browserify, covering its usage, features, and best practices. | 4,584 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,188 |
django-webpack/django-webpack-loader | A tool that integrates Webpack bundles into Django templates | 2,523 |
browserify/browserify | Enables Node.js-style module loading in the browser | 14,614 |
webpack-contrib/css-loader | A module for webpack that interprets CSS functions like @import and url() like import/require() | 4,311 |
webpack-contrib/webpack-bundle-analyzer | A tool that provides an interactive visualization of the contents and size of bundled modules in web applications. | 12,588 |
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 |