awesome-repositories.com
Blog
awesome-repositories.com

Découvrez les meilleurs dépôts open-source grâce à notre recherche par IA.

ExplorerRecherches sélectionnéesAlternatives open sourceLogiciels auto-hébergésBlogPlan du site
ProjetÀ proposNotre méthodologiePresseServeur MCP
Mentions légalesConfidentialitéConditions d'utilisation
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
webpack avatar

webpack/analyse

0
View on GitHub↗
891 stars·135 forks·JavaScript·2 vueswebpack.github.com/analyse↗

Analyse

http://webpack.github.io/analyse

Features

  • Bundle Analysis - Visual tool to inspect module dependencies and bundle structure.

Historique des stars

Graphique de l'historique des stars pour webpack/analyseGraphique de l'historique des stars pour webpack/analyse

Recherche par IA

Explorez plus de dépôts awesome

Décrivez vos besoins en langage naturel — l'IA classe des milliers de projets open source sélectionnés par pertinence.

Start searching with AI

Alternatives open source à Analyse

Projets open source similaires, classés selon le nombre de fonctionnalités partagées avec Analyse.
  • zouhir/jarvisAvatar de zouhir

    zouhir/jarvis

    5,459Voir sur GitHub↗

    Jarvis is a suite of utilities for Webpack projects designed for bundle analysis, tree-shaking audits, build error debugging, and network performance simulation. It provides a browser-based dashboard to visualize asset distributions and monitor the total size of bundles and chunks. The project includes a network performance simulator that estimates how assets load across various connection types and speeds. It also features a tree-shaking analysis tool that measures the ratio of shakeable to non-shakeable module imports to identify opportunities for bundle size reduction. Additional capabili

    JavaScriptbuild-tooldashboardwebpack
    Voir sur GitHub↗5,459
  • pajaydev/lasso-analyzerAvatar de pajaydev

    pajaydev/lasso-analyzer

    4Voir sur GitHub↗

    📊 Analyzing bundles created by Lasso js.

    JavaScript
    Voir sur GitHub↗4
  • danvk/source-map-explorerAvatar de danvk

    danvk/source-map-explorer

    3,930Voir sur GitHub↗

    source-map-explorer is a source map bundle analyzer that visualizes the space usage of bundled JavaScript files. It functions as a bundle size auditor and visualizer, using source maps to identify which original modules and files occupy the most space within a production bundle. The tool generates an interactive treemap to represent bundle composition and calculates compressed gzip sizes to estimate actual network transfer costs. It further serves as a code coverage mapper by overlaying execution data onto source maps to identify unused code segments that can be deferred or split. The utilit

    TypeScript
    Voir sur GitHub↗3,930
  • relative-ci/bundle-statsAvatar de relative-ci

    relative-ci/bundle-stats

    670Voir sur GitHub↗

    Analyze bundle stats(bundle size, assets, modules, packages) and compare the results between different builds. Support for webpack, rspack, vite, rolldown and rollup.

    TypeScript
    Voir sur GitHub↗670
Voir les 11 alternatives à Analyse→

Questions fréquentes

Que fait webpack/analyse ?

http://webpack.github.io/analyse

Quelles sont les fonctionnalités principales de webpack/analyse ?

Les fonctionnalités principales de webpack/analyse sont : Bundle Analysis.

Quelles sont les alternatives open-source à webpack/analyse ?

Les alternatives open-source à webpack/analyse incluent : zouhir/jarvis — Jarvis is a suite of utilities for Webpack projects designed for bundle analysis, tree-shaking audits, build error… pajaydev/lasso-analyzer — 📊 Analyzing bundles created by Lasso js. danvk/source-map-explorer — source-map-explorer is a source map bundle analyzer that visualizes the space usage of bundled JavaScript files. It… statoscope/statoscope — Statoscope is a toolkit for analyzing (with UI-base report) and validate stats of your bundle. webpack/compression-webpack-plugin — Prepare compressed versions of assets to serve them with Content-Encoding. webpack/webpack-bundle-analyzer — webpack-bundle-analyzer is a bundle size analysis tool and Webpack build plugin that visualizes the composition of web…