File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,8 @@ import {
2727 isNonNullable ,
2828 normalizePackageManifest ,
2929 type PackageDescription ,
30- structuredClonePolyfill } from './_helpers'
30+ structuredClonePolyfill
31+ } from './_helpers'
3132
3233type WebpackLogger = Compilation [ 'logger' ]
3334
Original file line number Diff line number Diff line change @@ -387,11 +387,11 @@ export class CycloneDxWebpackPlugin {
387387 : { name : this . rootComponentName , version : this . rootComponentVersion }
388388 if ( thisPackageJson === undefined ) { return undefined }
389389 normalizePackageManifest (
390-
390+
391391 thisPackageJson ,
392392 w => { logger . debug ( 'normalizePackageJson from PkgPath' , path , 'caused:' , w ) }
393393 )
394-
394+
395395 return builder . makeComponent ( thisPackageJson )
396396 }
397397
You can’t perform that action at this time.
0 commit comments