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/integration
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
..
basic Fix client error modal not showing in dev (HMR) (#1448) 2017-03-18 16:01:55 -07:00
ondemand Implement "on demand entries" (#1111) 2017-02-26 11:45:16 -08:00
production Remove pre-gzip support (#1155) 2017-02-15 15:49:45 +01:00