
Security News
Astral Launches pyx: A Python-Native Package Registry
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
analyze-webpack-plugin
Advanced tools
analyze-webpack-plugin is to help analyze some useful dates so that we can optimize our programme.
npm install --save-dev analyze-webpack-plugin
Upload your stats JSON file to this site
const AnalyzeWebpackPlugin = require('analyze-webpack-plugin')
module.exports = {
entry: './index.js',
output: {
path: path.join(__dirname, 'dist'),
filename: '[name].[chunkhash:8].js',
},
module: {},
plugins: [
new AnalyzeWebpackPlugin({}),
],
}
该插件 fork 自 webpack-visualizer,目前扩展出的功能如下:
webpack 3.x/4.x 的插件
升级插件的技术栈,比如升级 d3 到 v4 版本
实现点击依赖能进入更深一级的效果
考虑向后兼容
FAQs
analyze-webpack-plugin
The npm package analyze-webpack-plugin receives a total of 4 weekly downloads. As such, analyze-webpack-plugin popularity was classified as not popular.
We found that analyze-webpack-plugin 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
Astral unveils pyx, a Python-native package registry in beta, designed to speed installs, enhance security, and integrate deeply with uv.
Security News
The Latio podcast explores how static and runtime reachability help teams prioritize exploitable vulnerabilities and streamline AppSec workflows.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.