This repository has been archived by the owner on Dec 21, 2024. It is now read-only.
Improve error handling
Previously, when a compiled JSX contained logical errors, or referenced a script containing an error, this error was swallowed.
This is no longer the case.
Because of a bug in chrome, electron-hot-loader
uses console.error
to display the error stack and make extra sure that you will see exactly where the error happened.
See PR #9.