-
Notifications
You must be signed in to change notification settings - Fork 46
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
express
topolka
- 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
axios
to built-infetch
for communicating with the sentry API
monorepo
- Switch from
rimraf
topremove
for cleaning build outputs- Much smaller to install. We could also just
fs.rm
them but would need a script for that rather than a CLI - branch
- Much smaller to install. We could also just
- Switch from
npm-run-all
tonpm-run-all2
- An actively maintained fork with security updates, etc
- branch
bundler-plugin-core
- Switch from
find-up
toempathic
- Faster, smaller, and de-dupes better in wider dependency trees since it makes many packages redundant (various
find-*-up
packages) - 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
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
No status