-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sourcemaps are not downloaded/shown when I open the console #3
Comments
Ouch, sorry the discussion board bug is biting you too. I cringe to think how many good questions have fallen through it's significant cracks. Regarding the sourcemap issue, two things:
Thanks for the feedback! :) |
Sorry for not getting back to you sooner. Regarding your questions:
Chrome: Mozilla: I think it must be a browser thing, because as the pictures show, it works in Mozilla. |
It looks like it's working properly in both browsers in your screen shots. Are you all set now? Glad you're feeling better! |
But I thought that the sourcemaps should allow me see and debug the same code I wrote in ES6 and , although it's not very clear in the first screencap, what Chrome is showing is the bundle.js file not the index.js file that I actually wrote. In these new screen shots I put the debugger word next to the import statements so that is easier for you too see that sourcemaps are actually not working the way they should. Mozilla: Chrome: Oh and thank you, I'm feeling much better now. |
Weird. You should see webpack listed under sources in Chrome too. It shows for me. Please share your full set up so I can try to repro. |
That's odd, because it was enabled by default for me on all my machines. Just set up my new Mac a week ago and it was on by default as well. I can't find any link saying this setting defaults to off. If you find anything, I'd love to read it. Anyway, glad you're rolling! |
Hi Cory, I'm posting my question here because the discussion section in the Pluralsight page is not working for me. All my questions in your course appear to be posted in the web, but when I check the page from my mobile they're nowhere to be seen

Anyway, I've already finished your course, and I really enjoyed it. Learnt a lot!
Unfortunately, there's a couple of things that didn't work for me like the part in which you show how to debug the minified version of a file using sourcemaps. I've tried with Chrome and Mozilla, with the code from the "Exercise Files" and with my own version, but I always end up with the transpiled, minified version of the file ¯_(ツ)_/¯
Do you have any idea what might be causing this?
The text was updated successfully, but these errors were encountered: