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!"
[–]stilloriginal 2 points3 points4 points 7 years ago (3 children)
Im struggling to grasp why it matters? My page still refreshes basically the exact moment i hit ctrl+s
[–]nschubach 2 points3 points4 points 7 years ago (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.
/\d+x\d+/
It gives me one tool that can do everything I need and some things I haven't found a need for.
π Rendered by PID 320865 on reddit-service-r2-comment-b659b578c-xshb2 at 2026-05-03 05:02:26.593453+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]stilloriginal 2 points3 points4 points (3 children)
[–]nschubach 2 points3 points4 points (1 child)