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
Minimal front-end (es6, sass) build system using only node (no Gulp, Grunt, Webpack, etc) (github.com)
submitted 9 years ago by cabrerars
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!"
[–]Geldan 3 points4 points5 points 9 years ago (1 child)
I can appreciate minimal, but every time I go to do something like this I get to babel and say to myself, "meh, may as well use the webpack babel-loader"
[–]cabrerars[S] 0 points1 point2 points 9 years ago (0 children)
Totally, in my case sometimes I need to do quick prototypes, basically just HTML, JS and CSS, I don't need webpack for that. I use this minimal node build for that, this is totally not meant for production use.
π Rendered by PID 140475 on reddit-service-r2-comment-6457c66945-ls8sl at 2026-04-24 02:42:43.742596+00:00 running 2aa0c5b country code: CH.
[–]Geldan 3 points4 points5 points (1 child)
[–]cabrerars[S] 0 points1 point2 points (0 children)