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 01b1944 commit e0897bcCopy full SHA for e0897bc
src/plugin.ts
@@ -273,7 +273,7 @@ export class CycloneDxWebpackPlugin {
273
name: this.rootComponentName,
274
version: this.rootComponentVersion,
275
})
276
- if ( rcComponent !== undefined ) {
+ if (rcComponent !== undefined) {
277
rcComponent.dependencies = rcComponentDetected.dependencies
278
for ( const {dependencies} of components.values() ) {
279
if (dependencies.delete(rcComponentDetected.bomRef)) {
0 commit comments