Skip to content

Commit

Permalink
Remove unused dependencies
Browse files Browse the repository at this point in the history
...and move dependencies only used in Workers to `devDependencies`.
They're bundled in with the Worker code, so don't need to be
installed again. Importantly, this change removes `better-sqlite3`,
meaning Miniflare no longer has any native dependencies other than
`workerd`.

Fixes #599

Fixes cloudflare/workers-sdk#3423
Fixes cloudflare/workers-sdk#3449
Fixes cloudflare/workers-sdk#3531
Fixes cloudflare/workers-sdk#3534
Fixes cloudflare/workers-sdk#3708
Fixes cloudflare/workers-sdk#3746

Closes cloudflare/cloudflare-docs#10241
  • Loading branch information
mrbbot committed Aug 14, 2023
1 parent 708461a commit 6cf2b79
Show file tree
Hide file tree
Showing 2 changed files with 66 additions and 592 deletions.

0 comments on commit 6cf2b79

Please sign in to comment.