developit/karmatic

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

Open

#34 opened on Feb 10, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)JavaScript (42 forks)github user discovery
help wanted

Repository metrics

Stars
 (1,163 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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?

Contributor guide