Environment
unbuild@3.5.0
Reproduction
https://stackblitz.com/edit/github-8qb4tr6d?file=package.json&startScript=build
Describe the bug
lodash is installed as a dependency but isn't referenced in the source code.
The build should warn for this unused dependency.
|
if (unusedDependencies.size > 0) { |
|
warn( |
|
ctx, |
|
"Potential unused dependencies found: " + |
|
[...unusedDependencies].map((id) => colors.cyan(id)).join(", "), |
|
); |
|
} |
Additional context
No response
Logs
Environment
unbuild@3.5.0Reproduction
https://stackblitz.com/edit/github-8qb4tr6d?file=package.json&startScript=build
Describe the bug
lodashis installed as a dependency but isn't referenced in the source code.The build should warn for this unused dependency.
unbuild/src/validate.ts
Lines 33 to 39 in a6570a5
Additional context
No response
Logs