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 83be366 commit 75ee264Copy full SHA for 75ee264
src/plugin.ts
@@ -264,7 +264,7 @@ export class CycloneDxWebpackPlugin {
264
const components= extractor.generateComponents(modules, this.collectEvidence, thisLogger.getChildLogger('Extractor'))
265
const rcComponentDetected = components.get(rcDesc.path)
266
if ( undefined!==rcComponentDetected ) {
267
- if ( this.rootComponentAutodetect ) {
+ if (this.rootComponentAutodetect) {
268
thisLogger.debug('add to bom.metadata.component', rcComponentDetected)
269
bom.metadata.component = rcComponentDetected
270
components.delete(rcDesc.path)
0 commit comments