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,791 |
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 |
petehunt/webpack-howto | A comprehensive guide to using webpack for managing JavaScript application bundles and assets | 10,108 |
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 |
ruanyf/webpack-demos | A collection of simple demos showcasing the usage and configuration of Webpack for building JavaScript applications. | 9,594 |
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,771 |
symfony/webpack-encore | A tool for integrating Webpack into web applications, providing a simple and powerful way to bundle and process assets. | 2,233 |
googlechromelabs/size-plugin | Tracks compressed Webpack asset sizes over time | 1,673 |
django-webpack/django-webpack-loader | A tool that integrates Webpack bundles into Django templates | 2,523 |
caolan/async | Utilities for working with asynchronous JavaScript code | 28,191 |
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 |
ronami/minipack | An implementation of a simplified module bundler written in JavaScript | 3,188 |
webassembly/binaryen | A compiler and toolchain infrastructure library for compiling code to the WebAssembly format. | 7,523 |
webpack-contrib/css-loader | A module for webpack that interprets CSS functions like @import and url() like import/require() | 4,311 |