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/basic
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
..
lib Fix .json import issue (#944) 2017-02-01 15:17:15 +09:00
pages Fix client error modal not showing in dev (HMR) (#1448) 2017-03-18 16:01:55 -07:00
test Fix client error modal not showing in dev (HMR) (#1448) 2017-03-18 16:01:55 -07:00
next.config.js Implement "on demand entries" (#1111) 2017-02-26 11:45:16 -08:00