From 5494c52d36836fefe853e53c1db707b90394505a Mon Sep 17 00:00:00 2001 From: Jan Kowalleck Date: Sat, 25 Jun 2022 10:46:31 +0200 Subject: [PATCH] docs: add `CycloneDxWebpackPlugin` plugin Signed-off-by: Jan Kowalleck --- src/content/awesome-webpack.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/awesome-webpack.mdx b/src/content/awesome-webpack.mdx index c6c5d9194635..4c4052b7fccf 100644 --- a/src/content/awesome-webpack.mdx +++ b/src/content/awesome-webpack.mdx @@ -171,6 +171,7 @@ _People passionate about Webpack (In no particular order)_ - [Chrome Extension Archive Webpack Plugin](https://github.com/KeisukeYamashita/chrome-extension-archive-webpack-plugin) Create archive file to publish Chrome Exentions to Chrome Web Store -- _Maintainer_: `KeisukeYamashita` [![Github][githubicon]](https://github.com/KeisukeYamashita) - [Layer-pack Webpack Plugin](https://github.com/layer-pack/layer-pack) Allow to glob imports file & directories, build mono repo apps via inheritable source code / npm packages & share webpack configs -- _Maintainer_: `Braun Nathanaƫl` [![Github][githubicon]](https://github.com/N8tz) - [webpack-typescript-directory-compile-plugin](https://github.com/ssigwart/webpack-typescript-directory-compile-plugin) Configure an source directory of typescript files and an output directory for JavaScript files. Each typescript file in the source directory and any newly added files will be compiled to individual JavaScript files. -- _Maintainer_: `Stephen Sigwart` [![Github][githubicon]](https://github.com/ssigwart) +- [CycloneDxWebpackPlugin](https://github.com/CycloneDX/cyclonedx-webpack-plugin#readme): Create CycloneDX Software Bill of Materials (SBOM) from webpack bundles at compile time. -- _Maintainer_: `CycloneDX Team` [![Github][githubicon]](https://github.com/orgs/CycloneDX) ### Webpack Tools