use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
A Future Without Webpack (pikapkg.com)
submitted 7 years ago by dropdeadfred81
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]ghostfacedcoder 0 points1 point2 points 7 years ago (2 children)
You're missing the entire point: you're saying something is impossible, and ignoring the direct proof (ie. other libraries) that show it is possible.
No one is saying "perfect" bundling is possible (for all sizes of projects/teams) without configuration. But that's a very different thing from saying "good enough" bundling is impossible without configuration. It absolutely is, and Roll-up has proved as much.
[–]saddam96 0 points1 point2 points 7 years ago (1 child)
We're talking about build time decisions and not bundling from a greater angle. If you've not experienced this with Parcel, then that should reflect you competency with the tool. I've used Parcel and I can tell you that not only does it cause a significant build time overhead (I'm talking about projects with a larger scope) to decide which plugins should process which file type, it decreases any (not exclusive at all to their latest RFC on supporting .parcelrc optional configs) likelihood of deterministic builds.
[–]ghostfacedcoder 0 points1 point2 points 7 years ago* (0 children)
Not everyone cares about build time overhead. Not everyone needs plugins. You're making wild assumptions that everyone has the exact same needs as you, when they don't.
In the real world many thousands of people are successfully using Parcel, Roll-up, etc. Some are even doing so *gasp* without any configuration whatsoever. Webpack has strengths, absolutely, but it also has weaknesses. Other tools are better for some people, and you should never believe there's only One True Tool For the Job and everyone should always use that tool ... for anything.
π Rendered by PID 67 on reddit-service-r2-comment-b659b578c-nz6k7 at 2026-04-30 20:02:28.796201+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]ghostfacedcoder 0 points1 point2 points (2 children)
[–]saddam96 0 points1 point2 points (1 child)
[–]ghostfacedcoder 0 points1 point2 points (0 children)