Open marekdedic opened 1 year ago
That's really odd. As far as I can tell, I'm not depending on anything that would install typescript. The packages are delivered with types, but the dist
directory is just vanilla JS and Svelte.
In my own app it's only a few MBs.
Oh, it looks like you're also on the old version of SMUI. If you upgrade to the beta 7.0 release, do you still see this issue?
Will try, currently I'm blocked by #641
Describe the bug
Hi, I don't know if this is exactly a bug, but in my project, after clean
npm ci
, thenode_modules/@smui
folder is unusually big (2.5 GiB) and contains many copies of TypeScriptTo Reproduce Steps to reproduce the behavior:
npm ci
in https://github.com/skaut/shared-drive-moverdu -h node_modules/@smui
:Expected behavior A decent dependency size
Desktop (please complete the following information):
^6.0.0
Additional context I don't really understand why TypeScript is even there, I can't find it among the non-dev dependencies (and their transitive dependencies)