Closed feross closed 10 years ago
I use filestream in create-torrent (which is in turn used by webtorrent on the client-side) and mime-component is adding 35KB to the bundle size.
filestream
create-torrent
webtorrent
mime-component
Can we eliminate the whole 'metadata' feature that uses mime-component? I don't use it in create-torrent and wouldn't miss it.
What do you think?
I think it can definitely be removed, while I use it I'm sure I can do the same thing in a different way... and agreed it's definitely not 35KB worth of convenience.
I use
filestream
increate-torrent
(which is in turn used bywebtorrent
on the client-side) andmime-component
is adding 35KB to the bundle size.Can we eliminate the whole 'metadata' feature that uses
mime-component
? I don't use it increate-torrent
and wouldn't miss it.What do you think?