mitre / saf_action

GitHub Action for SAF CLI
https://github.com/marketplace/actions/saf-cli-action
Other
6 stars 0 forks source link

Omit node modules from repository #12

Open em-c-rod opened 2 years ago

em-c-rod commented 2 years ago

Eliminate node modules from being stored in the repository.

GitHub documentation suggesting use of vercel/ncc to compile node modules into one index.js file.

em-c-rod commented 2 years ago

A reference issue of someone having trouble with webpack unpacking their modules using ncc.