We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8235c28 commit 8936324Copy full SHA for 8936324
README.md
@@ -12,8 +12,9 @@
12
13
----
14
15
-This plugin for _[webpack]_ creates a _[CycloneDX]_ Software Bill of Materials (SBoM)
16
-containing an aggregate of all bundled dependencies.
+This plugin for _[webpack]_ creates a _[CycloneDX]_ Software Bill of Materials (SBoM) containing an aggregate of all bundled dependencies.
+This is probably the most accurate, complete SBOM generator for webpack-based builds.
17
+
18
This plugin uses the linkages generated by _webpack_ to create a dependency graph which only contain the dependencies
19
that are actually used (after [tree-shaking](https://webpack.js.org/guides/tree-shaking/)).
20
0 commit comments