This repository was archived by the owner on Dec 8, 2022. It is now read-only.
Add debug flag to skyux watch
that disables code coverage
#643
Milestone
When the
istanbul-instrument-loader
is added to the Webpack config, the instrumented code becomes unreadable. This is usually fine except for when trying to debug through the original code by navigating tohttp://localhost:9876/debug.html
whileskyux watch
is running. We should add some kind of command line argument (maybe--debug
or--no-coverage
) to disable this Webpack loader so that the code becomes readable again and can be stepped through in the browser.The text was updated successfully, but these errors were encountered: