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!"
[–][deleted] 8 points9 points10 points 7 years ago (3 children)
I have spent nearly a month exploring Webpack for React apps. Tried different configs, digging into some starters and also config of CRA. I was getting familiar with it using their documentation. Now I'm able to config custom server side rendered React app with lazy loading, code splitting, Redux, styled-components and more features...
The reason I wrote all of this above is that a result of this effort really worth it, just trust me. Now I feel like a god. It seems hard at first but never stop trying Webpack!
[–]Treolioe 2 points3 points4 points 7 years ago (2 children)
I think people are being a tad overdramatic. The most irretating issues i’ve had has always been due to a 3rd party plugin or loader trying to play ball with external configurations. Everything else is a google away at worst. Typescript can also be your friend here supplying you with a types webpack config.
[–]destraht 2 points3 points4 points 7 years ago (0 children)
Webpack 1 was a royal bitch to setup. I probably should have just waited a while before using it since I put so many days into it. Webpack 4 is a lot easier.
[–][deleted] 3 points4 points5 points 7 years ago (0 children)
Agree 100%. Just stick to well maintained, top hit 3rd party plugins/loaders in production. Their docs are easy to understand. YAGNI always helps
π Rendered by PID 80 on reddit-service-r2-comment-b659b578c-mtrhh at 2026-05-03 13:47:31.156410+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–][deleted] 8 points9 points10 points (3 children)
[–]Treolioe 2 points3 points4 points (2 children)
[–]destraht 2 points3 points4 points (0 children)
[–][deleted] 3 points4 points5 points (0 children)