Unable to scan a package.json containing bundleDependencies
Closed this issue · 0 comments
leodido commented
Describe the bug
Given a package.json
file containing:
"bundleDependencies": [
"ink",
"treport",
"@types/react",
"@isaacs/import-jsx",
"react"
],
the lstn scan
is not able to parse it.
Please include:
- v0.4.0
- darwin
Steps to reproduce the behavior
Test lstn scan
against a package.json
file containing the "bundleDependencies" field.
Expected vs actual behavior
To work.
Logs
NONE