Webpack Bundle Analyzer Agent
Analyzes webpack bundle composition using webpack-bundle-analyzer and source-map-explorer APIs. Identifies duplicate dependencies and suggests tree-shaking optimizations with specific import rewrites.
What it does
Webpack Bundle Analyzer Agent
Analyzes webpack bundle composition using webpack-bundle-analyzer and source-map-explorer APIs. Identifies duplicate dependencies and suggests tree-shaking optimizations with specific import rewrites.
Installation
Use the upstream install or setup path that matches your environment:
- npm install --save-dev webpack
- yarn add webpack --dev
Requirements and caveats from upstream:
- [![node][node]][node-url]
- Highly modular plugin system to do whatever else your application requires.
- Webpack supports all browsers that are ES5-compliant (IE8 and below are not supported).
Basic usage or getting-started notes:
-
Webpack is a module bundler. Its main purpose is to bundle JavaScript files for usage in a browser, yet it is also capable of transforming, bundling, or packaging just about any resource or asset.
-
bash
-
Introduction
-
Extracted from upstream docs: https://raw.githubusercontent.com/webpack/webpack/HEAD/README.md
Source
Capabilities
Install
Quality
deterministic score 0.45 from registry signals: · indexed on github topic:agent-skills · 8 github stars · SKILL.md body (1,175 chars)