Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
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 0 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.