
Security News
NVD Concedes Inability to Keep Pace with Surging CVE Disclosures in 2025
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
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 8 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
Security experts warn that recent classification changes obscure the true scope of the NVD backlog as CVE volume hits all-time highs.
Security Fundamentals
Attackers use obfuscation to hide malware in open source packages. Learn how to spot these techniques across npm, PyPI, Maven, and more.
Security News
Join Socket for exclusive networking events, rooftop gatherings, and one-on-one meetings during BSidesSF and RSA 2025 in San Francisco.