Skip to content

v0.8.0

Latest
Compare
Choose a tag to compare
@geowarin geowarin released this 26 Mar 15:44
· 2 commits to master since this release

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.