This repository was archived by the owner on Jan 31, 2023. It is now read-only.
This repository was archived by the owner on Jan 31, 2023. It is now read-only.
Readme might be wrong #88
Open
Description
It specifies that, "Source maps are always enabled unless explicitly disabled by specifying debug: false.". When I used use-babelrc file from code coverage which uses browserify preprocessor(https://github.com/cypress-io/code-coverage/blob/master/use-babelrc.js) and printed defaultOptions then debug is undefined. I had to explicityly set debug to true to get sourcemaps to work or else source maps only showed up if console.log was added in the code.
options.browserifyOptions=true
Related issue:
cypress-io/code-coverage#471
Metadata
Metadata
Assignees
Labels
No labels