firefox-devtools / debugger

The faster and smarter Debugger for Firefox DevTools 🔥🦊🛠

Home Page:https://firefox-dev.tools/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cheap-module-source-map does not show source maps.

andreicristianpetcu opened this issue · comments

Steps to reproduce

Create a new project. Set it's devtool: "cheap-module-source-map"
https://webpack.js.org/configuration/devtool/

Actual Behavior
The source maps don't work

Expected Behavior
They should work. If I set devtool: "eval-source-map" it works.

@andreicristianpetcu does the same cheap-module-source-map config work for Chrome?

Yes, @digitarald , the same source maps work in Chrome.

That should be the https://bugzilla.mozilla.org/show_bug.cgi?id=1594550 . Closing this one, as we track all bugs in bugzilla now.