webpack-libs-optimizations
Bundle optimizer
Optimization techniques for reducing bundle size when using libraries in Webpack projects
Using a library in your webpack project? Here’s how to optimize it
3k stars
93 watching
112 forks
last commit: about 2 years ago
Linked from 1 awesome list
frontendperformancewebpack
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 |
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 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,105 |
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 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,598 |
async-labs/builderbook | A comprehensive web application to learn and build full-stack web apps using React, Next.js, Node.js, Express.js, MongoDB, and various other technologies. | 3,776 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,235 |
googlechromelabs/size-plugin | Tracks compressed Webpack asset sizes over time | 1,671 |
django-webpack/django-webpack-loader | A tool that integrates Webpack bundles into Django templates | 2,525 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,208 |
webdiscus/html-bundler-webpack-plugin | Automates the processing of source files and generates an HTML file containing links to resources. | 152 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,202 |
webassembly/binaryen | A compiler and toolchain infrastructure library for compiling code to the WebAssembly format. | 7,566 |
webpack-contrib/css-loader | A module for webpack that interprets CSS functions like @import and url() like import/require() | 4,316 |