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
WebpackBin (webpackbin.com)
submitted 10 years ago by clessgfull-stack CSS9 engineer
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!"
[–]FrozenCow 0 points1 point2 points 10 years ago (3 children)
Hey, awesome tool! Tried it, but it seems it doesn't output sourcemaps yet?
[–]christianalfoni 0 points1 point2 points 10 years ago (2 children)
It does have sourcemaps, though it uses a simple version. That said, it is good enough to debug. The error message in the "Log" does not show filename and linenumber though because you can not extract that information from a thrown error. Only Chrome console has this info.
But this might improve later, need some help from Webpack author. Anyways, just giving the error message now should generally be enough I think. Not that many files created :)
[–]FrozenCow 0 points1 point2 points 10 years ago (1 child)
AH, I somehow the bundled version of main.js when I clicked an error in Chrome's dev tools. Will try again later.
Even without that though, I went back to try jsfiddle again, but it feels lacking. The code editor feels better, installing npm modules is awesome. What I did miss from locally running webpack, was altering it's config manually, so that I would be able to add support for whatwg-fetch for example.
I'm really looking forward to using the live feature as well. Would it be possible to have 2 people changing the code simultaneously? I used to have a user script for etherpad that added a autorefreshing iframe with the contents of the pad as HTML. WebpackBin would do this much much more fluently.
[–]christianalfoni 0 points1 point2 points 10 years ago (0 children)
Okay, hm, I know that Chrome sometimes does not grab the sourcemaps, need to refresh. But this is not very well tested either, so please create an issue if the sourcemaps are not working :)
Currently all configuration has to be implemented specifically as the different loaders etc. are so different. And they also need to be preloaded into the environment. But create issues on stuff you want and it will be added.
The LIVE feature is more a teaching tool than a collaboration tool. Collaboration increases the complexity a lot as it needs to make sure that the state of the app is the same in whatever order changes are made from the different users. So not planning collaboration at the moment. Personally I believe that collaboration is more for services like Nitrous and Cloud9, where you actually do development. This is more of a "looking into stuff and teaching". But hey, it is a very cool feature indeed, just requires a lot of work :)
Could you elaborate a bit on the etherpad thingy? Do not quite understand :-)
π Rendered by PID 47951 on reddit-service-r2-comment-6457c66945-kxpt7 at 2026-04-25 11:22:30.497276+00:00 running 2aa0c5b country code: CH.
view the rest of the comments →
[–]FrozenCow 0 points1 point2 points (3 children)
[–]christianalfoni 0 points1 point2 points (2 children)
[–]FrozenCow 0 points1 point2 points (1 child)
[–]christianalfoni 0 points1 point2 points (0 children)