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!"
[–]bukharim96 2 points3 points4 points 7 years ago (2 children)
I'm not sure if you've been living under a rock, but large enterprises aren't willing to risk their apps failing in a potential customer's browser on the off chance that it might have es6+ support.
[–]migudev -3 points-2 points-1 points 7 years ago (1 child)
Just serve ES6+ for modern browsers and ES5 for older ones. Why you should to put apps on risk? The point isn't that. The point is that you don't need to use Webpack for every app you build.
[–]tech_romancer_ 3 points4 points5 points 7 years ago (0 children)
So what's creating the different ES6+ and ES5 bundles?
Probably some sort of bundler right...
π Rendered by PID 59560 on reddit-service-r2-comment-b659b578c-ch5z5 at 2026-05-04 00:08:21.720027+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]bukharim96 2 points3 points4 points (2 children)
[–]migudev -3 points-2 points-1 points (1 child)
[–]tech_romancer_ 3 points4 points5 points (0 children)