Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Example: simple use

This is a showcase how to configure the CycloneDX Webpack Plugin.

See the webpack configuration for the applied settings.

Example SBOM results are prepared in folder sbom-results.

Prerequisite

For development’s sake, the bas project was built and is ready to run.

setup

npm:

npm i

yarn

touch yarn.lock
yarn 

usage

use one of these:

npm run build 
yarn run build