-
Notifications
You must be signed in to change notification settings - Fork 50
Open
Description
There's various places in this repo we can drop in alternative dependencies or use built-in functionality.
Not all packages here are publicly published/used but we may as well still trim the dependency tree down if its easy enough to do so.
playground
- Switch from
expresstopolka- We don't use any of the functionality of express other than ability to run middleware, and polka is faster
- branch
e2e-tests
- Switch from
axiosto built-infetchfor communicating with the sentry API
monorepo
- Switch from
rimraftopremovefor cleaning build outputs- Much smaller to install. We could also just
fs.rmthem but would need a script for that rather than a CLI - perf: use premove for build clean #792
- Much smaller to install. We could also just
- Switch from
npm-run-alltonpm-run-all2- An actively maintained fork with security updates, etc
- branch
bundler-plugin-core
- Switch from
find-uptoempathic- Faster, smaller, and de-dupes better in wider dependency trees since it makes many packages redundant (various
find-*-uppackages) - branch
- Faster, smaller, and de-dupes better in wider dependency trees since it makes many packages redundant (various
If these are of any interest to you, let me know and i will publish them as PRs.
stianjensen, Razunter, Stanzilla and WAKayser
Metadata
Metadata
Assignees
Labels
No labels
Projects
Status
No status