Advertisement
mbruns

Source Map in Devtools

Jun 10th, 2022
833
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
IDL 0.31 KB | None | 0 0
  1. /*Make edits in Chrome Dev/tools and auto save them to the source documentation to streamline development
  2. Use this along with Cypress when running QA tests: see
  3. https://developer.chrome.com/docs/devtools/changes/
  4. https://developer.chrome.com/docs/devtools/workspaces/
  5. */
  6.  
  7. @h@ //# sourceMappingURL=/path/to/script.js.map
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement