derhuerst/generate-node-policy-file

add a flag to track node_modules files as well

Open

#5 opened on Dec 9, 2019

View on GitHub
 (0 comments) (0 reactions) (0 assignees)JavaScript (0 forks)github user discovery
enhancementgood first issuehacktoberfesthelp wanted

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

Right now, all require()-ed files in node_modules are being ignored. track.js should respect a flag (e.g. REQUIRED_FILES_NODE_MODULES=true) to record these as well.

Contributor guide