TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Getting Started with Webpack 2

28 pointsby sztwiorokover 8 years ago

3 comments

saosebastiaoover 8 years ago
&gt; However, since its release it’s evolved into a manager of all your front-end code (either intentionally or by the community’s will).<p>This pops up everywhere in JS-land. Someone writes a small tool that does one thing well, and all of a sudden there is some barf-sandwich plugin system with 300k unmaintained plugins and documentation scattered across readmes, wikis, and blog posts. It ends up sucking all of your energy, because it never does 100% of what you want, but it gets to a good 70% before you install some other tool that does the remaining 30% and because it doesn&#x27;t play nice with everything else it breaks the former. It&#x27;s exhausting.<p>IMO, this is what happens when you take the unix philosophy too far. Maybe sometimes a monolith that solves multiple cross-cutting concerns is warranted. I mean, if all the community wants to do with your small tool that does one thing well is to take it and turn it into a shitty underdesigned monolith, why not just plan on it being a monolith from the beginning?
评论 #12874124 未加载
taspeotisover 8 years ago
Previous discussion [1].<p><pre><code> Getting Started with Webpack 2 (madewithenvy.com) 98 points by gregorymichael 2 days ago </code></pre> [1] <a href="https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12851864" rel="nofollow">https:&#x2F;&#x2F;news.ycombinator.com&#x2F;item?id=12851864</a>
Randgaltover 8 years ago
Wow - this comes at a perfect time for me as I&#x27;m just learning about Webpack. Thank you!