You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I used to have this working for me, but no matter which devtool option I try, none are correctly mapping lines currently.
You'd hope 'cheap-module-eval-source-map' was the answer. But all options except eval generate line numbers corresponding to a line in the entire main.js file (for example).
eval at least gets the file correct.
I'm using the latest version of Webpack.
The text was updated successfully, but these errors were encountered:
I used to have this working for me, but no matter which devtool option I try, none are correctly mapping lines currently.
You'd hope
'cheap-module-eval-source-map'
was the answer. But all options excepteval
generate line numbers corresponding to a line in the entiremain.js
file (for example).eval
at least gets the file correct.I'm using the latest version of Webpack.
The text was updated successfully, but these errors were encountered: