It would be awesome if we could move all react-error-overlay logic into the react-error-overlay package.
Currently it is not possible to use all features react-error-overlay without installing react-dev-utils.
https://github.com/zeit/next.js/pull/4979#discussion_r211121346
Solved by https://github.com/yyx990803/launch-editor/
As an alternative it would also make sense to move the react-dev-utils/launchEditor.js into its own package. The electron community might appreciate it.
Since there is already an open-editor package on npm this would be a great place. (https://github.com/sindresorhus/open-editor/issues/4)
There's already a published standalone package (with webpack middleware available):
https://github.com/yyx990803/launch-editor/
Most helpful comment
There's already a published standalone package (with webpack middleware available):
https://github.com/yyx990803/launch-editor/