
Security News
Vite Releases Technical Preview of Rolldown-Vite, a Rust-Based Bundler
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
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 5 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
Vite releases Rolldown-Vite, a Rust-based bundler preview offering faster builds and lower memory usage as a drop-in replacement for Vite.
Research
Security News
A malicious npm typosquat uses remote commands to silently delete entire project directories after a single mistyped install.
Research
Security News
Malicious PyPI package semantic-types steals Solana private keys via transitive dependency installs using monkey patching and blockchain exfiltration.