Tim Neutkens
75476a9136
[WIP] Webpack 4, react-error-overlay, react-loadable ( #4639 )
...
Webpack 4, react-error-overlay, react-loadable (major)
2018-07-24 11:24:40 +02:00
Tim Neutkens
86d01706a6
Remove react-hot-loader ( #4500 )
...
Fixes #4494
2018-05-31 11:47:29 +02:00
Tim Neutkens
68626c5147
Improved stacktraces (minor) ( #4156 )
...
* Handle production errors correctly
* Improved source map support
* Make react-hot-loader hold state again
* Remove console.log
* Load modules on demand
* Catch errors in rewriteErrorTrace
* Update comment
* Update comment
* Remove source-map-support
* Load modules in next-dev
* Make sure error logged has sourcemaps too
* Add tests for production runtime errors
* Add tests for development runtime errors. Fix issue with client side errors in development
* Move functionality back to renderError now that error handling is consistent
* Rename to applySourcemaps
2018-04-18 21:48:06 +05:30
Tim Neutkens
ebf0c47c25
Upgrade standard.js ( #4064 )
...
* Upgrade standard.js
# Conflicts:
# yarn.lock
* Upgrade babel-eslint
2018-03-27 20:11:03 +02:00
Krisztian Puska
28b40a5d41
Update debug error colors ( #2182 )
...
* Update debug error colors
* Soften colors
* Color tweaks, use zeit red w white header
2017-06-10 00:20:58 +05:30
я котик пур-пур
aa4105e001
Add the system-ui font family ( #1555 )
2017-03-29 11:55:26 -03:00
Arunoda Susiripala
bc2d5f3bdb
Show errored file always in the error overlay. ( #1470 )
...
This was not happening when there's module not found errors.
Now we try to do this for all the errors if possible.
2017-03-23 04:43:23 +05:30
Guillermo Rauch
85cd38f4bd
tweak font sizes again 🙈
2017-01-21 18:12:27 -08:00
Zhao
3813f73ece
Fix error fonts ( #826 )
...
* add "consolas" font for windows
* fix too small font size in non-retina display
2017-01-21 18:04:41 -08:00
Naoyuki Kanezawa
98e2951f0c
Use ErrorDebug component on error of react-hot-loader ( #852 )
...
* use ErrorDebug component for reporter of react-hot-loader
* app: fix props of ErrorDebug
2017-01-21 10:46:18 -08:00
Tim Neutkens
8318f5b8de
Add cross browser stacktrace ( #776 )
...
* Add cross browser stacktrace
* Remove unused stack variable
2017-01-16 01:17:29 +09:00
Naoyuki Kanezawa
0ef28ab128
Don't discard component state on error ( #741 )
...
* render debug page as overlay
* handle errors occurrred on rendering cycle for HMR
* retrieve props if required on HMR
2017-01-11 17:58:20 -08:00