1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/server
Arunoda Susiripala c97aca50e5 Show webpack errors in all pages. (#2588)
* Show webpack errors in all pages.
When there's a webpack error that means HMR failed too.
So, showing other pages won't makes sense since user
can't edit them and get changes via HMR.
That's why now we show the error on all pages.

* Remove exact propType checks from the error component.
When there's an error, something this check shows in the console.
That means it could accept more props.
Also this is not a public API. So, we don't want to do propType checks.
2017-07-18 12:30:23 +05:30
..
build Webpack's ModuleConcatenationPlugin plugin doesn't work well with HMR. (#2584) 2017-07-17 22:16:39 +05:30
config.js Add next configuration as an option for custom servers (#2058) 2017-05-31 13:36:07 +05:30
document.js Allow custom head attributes (#2189) 2017-06-08 19:27:54 +02:00
export.js Load chunks in SSR mode only if they exists in the filesystem (#2196) 2017-06-08 19:41:22 +02:00
hot-reloader.js Removes Windows Webpack Polling (#2359) 2017-06-30 12:20:18 +05:30
index.js Show webpack errors in all pages. (#2588) 2017-07-18 12:30:23 +05:30
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js [WIP] Reload webpack if needed (#2076) 2017-06-06 15:32:02 -07:00
render.js Fix #2353 - server render parameters (#2356) 2017-06-24 04:38:05 +05:30
require.js write assets to disk 2016-10-16 04:49:42 +09:00
resolve.js New test setup (#640) 2017-01-12 13:14:49 +09:00
router.js Allow parsed url to be passed down (#950) 2017-02-02 12:21:08 +05:30
utils.js Load chunks in SSR mode only if they exists in the filesystem (#2196) 2017-06-08 19:41:22 +02:00