karmatic icon indicating copy to clipboard operation
karmatic copied to clipboard

[feature] Add `--dev-tools` flag

Open developit opened this issue 5 years ago • 1 comments

karmatic debug --dev-tools (aliased as --devtools) would use Puppeteer to open DevTools.

To Do

  • [ ] Can we also have this open the /debug endpoint to enable console access?
  • [ ] Use this to disable Webpack's optimization.minimize?

developit avatar Feb 10 '20 19:02 developit

We might actually not need this if we have the --debug flag; in karmatic-nightmare, it just opens DevTools on launch. But with the --debug flag, I think we would need to open dev tools so that people could see the debugger.

suchipi avatar Feb 10 '20 20:02 suchipi