keokilee / react-typescript-boilerplate

Boilerplate project for setting up Typescript and React with Babel and Webpack.
ISC License
114 stars 23 forks source link

Too much bloat #186

Closed uglycoyote closed 7 years ago

uglycoyote commented 8 years ago

167 Megabytes for a boilerplate?
With all of the dependencies here, this boilerplate generated paths so long that windows was not even able to delete the files! Need to google search just to figure out how to delete this thing now!

dziamid commented 7 years ago

@uglycoyote Use yarn package manager, it flattens dependencies, so long paths should not be a problem

keokilee commented 7 years ago

Closing this because I'm not sure what the issue is. I get that there are a lot of deps and 167 MB is a lot, but I think that a boilerplate by definition has everything you need to get started. It'd probably be more productive to discuss what should be removed and if that would fix any issues.

uglycoyote commented 7 years ago

Yes, sorry. I come to slightly accept that boilerplates in the web world are commonly a large fraction of a gigabyte. I believe newer versions of npm have done something to get around the ultra-deep directory trees caused by dependencies of dependencies of dependencies. My frustration was really with this and the fact that Windows was unable to delete the directory because it was too deep, which is more of a npm/windows issue than a issue with your project.

So sorry to single your boilerplate project out when it is just one in a sea of bulging bulbous boilerplates, and thanks for putting it out there to begin with.