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
source-map-explorer utils.js utils.js.map
utils.js
Your source map refers to generated column 9 on line 9, but the source only contains 1 column(s) on that line.
Check that you are using the correct source map.
Tested on a file utils.js with utils.js.map
Then used
source-map-explorer utils.js utils.js.map
(https://www.npmjs.com/package/source-map-explorer)And I get this error:
Verified the same result using https://www.npmjs.com/package/source-map with script sm.js
It expects line 9 to be the base64encode line, but base64encode is actually on line 7 in the generated code
The text was updated successfully, but these errors were encountered: