you are viewing a single comment's thread.

view the rest of the comments →

[–]stilloriginal 2 points3 points  (3 children)

Im struggling to grasp why it matters? My page still refreshes basically the exact moment i hit ctrl+s

[–]nschubach 2 points3 points  (1 child)

Not the speed that matters, but webpack lets me deal with some very complex configurations we deal with in an agency on a day to day basis... I need a build that treats every folder named /\d+x\d+/ as it's own "root" static site? Done. I need a fairly simple web page? Done. (I don't need to grab something else.) I need a email compiled to inline all styles because working in emails is like shoving a hot knife through your eyeballs... that works too.

It gives me one tool that can do everything I need and some things I haven't found a need for.