
Security News
MCP Community Begins Work on Official MCP Metaregistry
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
webpack-build-analytic
Advanced tools
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
Install the webpack monitor plugin on your production config. The plugin will collect stats whenever meaningful changes to bundle composition have occurred. Optionally launch analysis too to see how your bundles have changed over time!
npm install --save-dev webpack-build-analytic
in webpack.config.js
const WebpackBuildAnalytic = require('webpack-build-analytic');
// ...
plugins: [
new WebpackBuildAnalytic({
apiKey: "",
version: ""
}),
],
apiKey
your apiKey project.version
version your app.excludeSourceMaps
excludes emitted source maps from the build stats.To contribute to webpack-build-analytic
, fork the repository and clone it to your machine then install dependencies with npm install
. If you're interested in joining the Webpack Build Analytic team as a contributor, feel free to message one of us directly!
This project is licensed under the MIT License - see the LICENSE file for details
FAQs
Webpack Monitor is a configurable Webpack plugin that captures relevant statistics on your production builds, and an interactive analysis tool that helps developers better understand bundle composition and identify and prioritize optimization strategies.
The npm package webpack-build-analytic receives a total of 1 weekly downloads. As such, webpack-build-analytic popularity was classified as not popular.
We found that webpack-build-analytic demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
The MCP community is launching an official registry to standardize AI tool discovery and let agents dynamically find and install MCP servers.
Research
Security News
Socket uncovers an npm Trojan stealing crypto wallets and BullX credentials via obfuscated code and Telegram exfiltration.
Research
Security News
Malicious npm packages posing as developer tools target macOS Cursor IDE users, stealing credentials and modifying files to gain persistent backdoor access.