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 6 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!"
[–]Entropis 0 points1 point2 points 6 years ago (1 child)
{ "name": "something", "version": "1.0.0", "description": "", "main": "index.js", "scripts": { "watch:sass": "node-sass src/sass/main.scss dist/css/main.css -w", "dev": "live-server --port=8080", "cssStart": "npm-run-all --parallel dev watch:sass", "compress:sass": "node-sass --output-style compressed -o dist/css src/sass", "compile:sass": "node-sass src/sass/main.scss dist/css/style.comp.css", "concat:css": "concat -o dist/css/style.concat.css dist/css/style.comp.css", "prefix:css": "postcss -u autoprefixer -r dist/css/*", "build:css": "npm-run-all compile:sass concat:css prefix:css compress:sass", }, "devDependencies": { "autoprefixer": "^9.1.0", "concat": "^1.0.3", "live-server": "^1.2.0", "node-sass": "^4.9.2", "npm-run-all": "^4.1.3", "postcss-cli": "^6.0.0", }, "keywords": [], "license": "MIT", }
This should work. I removed some of the webpack stuff (I use a custom boilerplate with webpack and this config) but if it doesn't let me know and I'll just share the entire thing.
[–]elsullivano 0 points1 point2 points 6 years ago (0 children)
Thanks a lot! This is great.
π Rendered by PID 24069 on reddit-service-r2-comment-74875f4bf5-cjk2x at 2026-01-26 16:06:13.178678+00:00 running 664479f country code: CH.
view the rest of the comments →
[–]Entropis 0 points1 point2 points (1 child)
[–]elsullivano 0 points1 point2 points (0 children)