dependency-tree is very slow #700
Labels
bug: lite
Debatable whether or not this is a bug. I mean, it’s not great but it’s not really broken either.
enhancement
Milestone
You’ll see this if you’re watching your JS dependencies (on by default: https://www.11ty.io/docs/config/#watch-javascript-dependencies) and you use--watch
or--serve
.From
ndb
it looks like even just therequire
for this module takes a long time (even if you aren’t using this feature).It also does a ton of things we don’t need. After a quick check of the docs it doesn’t look like it allows you to opt-out of the extra stuff we don’t need (typescript, css, etc). Need to find an alternative.
The text was updated successfully, but these errors were encountered: