richardtallent / vite-plugin-singlefile

Vite plugin for inlining JavaScript and CSS resources
MIT License
859 stars 58 forks source link

Mark jest as dev dependency #40

Closed lukekaalim closed 2 years ago

lukekaalim commented 2 years ago

Jest should not be a requirement for users of this package (as far as I can tell). Instead mark Jest as a dev dependency.

Big package-lock diff is due to every jest dependency (some 200 of them I think) also being marked as a dev dependency.

richardtallent commented 2 years ago

Good call. Lazy npm i on my part.