webpack-analyze-duplication-plugin:检测Webpack构建中的重复模块

时间:2024-06-11 10:44:50
【文件属性】:

文件名称:webpack-analyze-duplication-plugin:检测Webpack构建中的重复模块

文件大小:76KB

文件格式:ZIP

更新时间:2024-06-11 10:44:50

webpack analysis duplication report JavaScript

webpack分析重复插件 在您的Webpack构建中检测重复的模块。 生成一个duplication-report.json ,其中包含有关重复模块的完整报告。 示例片段: [ { // The duplicated module path "module" : "/node_modules/vue/dist/vue.esm.js" , // Size of module "size" : "326.4 kB" , // Size savings if de-duped "potential-size-savings" : "979.2 kB" , // Chunks the module is duplicated in "included-in" : [ [ "index.js" ] , [ "some-file.js" ] ,


【文件预览】:
webpack-analyze-duplication-plugin-develop
----.gitignore(161B)
----package.json(1KB)
----.nvmrc(9B)
----LICENSE(1KB)
----tsconfig.json(66B)
----.github()
--------workflows()
----README.md(2KB)
----lib()
--------webpack-analyze-duplication-plugin.js(2KB)
----.gitattributes(19B)
----pnpm-lock.yaml(193KB)
----test()
--------build.js(1KB)
--------index.spec.js(2KB)
----.editorconfig(129B)

网友评论