reactotron
reactotron copied to clipboard
Add hot reloading to `reactotron-app` for local workspace packages
Currently, in local development, if you make a local change to a package like reactotron-core-ui
, then it won't be updated in reactotron-app
without canceling the dev server and restarting it.
See: https://github.com/electron-userland/electron-webpack/issues/330