1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/test
Arunoda Susiripala ffade8d5ac Fix client error modal not showing in dev (HMR) (#1448)
* Fix HMR not working issue.
Our hot-reload code on the server has custom webpack error dectection logic.
Is supports only multi-modules entries.
So, we need to all entries as multi-module entries
even if there's just a single entry.

* Add a test case for showing errors over HMR.
2017-03-18 16:01:55 -07:00
..
integration Fix client error modal not showing in dev (HMR) (#1448) 2017-03-18 16:01:55 -07:00
isolated New test setup (#640) 2017-01-12 13:14:49 +09:00
lib [WIP] Improve test setup (#1372) 2017-03-08 13:23:05 +05:30
unit Make sure reading the body of same JSON page request safe. (#1185) 2017-02-17 01:12:32 -03:00