-
-
Notifications
You must be signed in to change notification settings - Fork 79
Closed
Description
As part of eslint/eslint#14098 we are looking at all dependencies of ESLint and which ones are causing a larger than desirable disk footprint. table is one of the packages that depends on lodash, which is 4.8MB (eslint/eslint#14098 (comment)). At this point, one of the options the ESLint maintainers are looking at is removing the table formatter: eslint/eslint#14098 (comment)
Rather than removing the formatter, it would be ideal if the disk footprint of table could be reduced. Luckily, there appears to be a PR open to remove lodash, which should help considerably: #136 Could you audit your dependencies and look if there are any easy wins in terms of reducing the disk footprint of the NPM package? Thanks in advance!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels