1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/lib
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
..
router Show webpack errors in all pages. (#2588) 2017-07-18 12:30:23 +05:30
app.js Optimize the bundle size of Next.js core (#2422) 2017-07-01 12:54:16 +05:30
css.js Remove traces of glamor (#1286) 2017-02-26 17:58:00 +05:30
dynamic.js Create displayName util (#2286) 2017-06-19 18:33:02 +05:30
error-debug.js Update debug error colors (#2182) 2017-06-10 00:20:58 +05:30
error.js Show webpack errors in all pages. (#2588) 2017-07-18 12:30:23 +05:30
EventEmitter.js Add tests for EventEmitter. (#2515) 2017-07-09 09:16:53 +05:30
head.js Add property to list of deduped tags (#2439) 2017-07-03 11:02:47 +05:30
link.js Added missing as propType to Link. (#2579) 2017-07-17 10:42:36 +05:30
p-queue.js improve prefetch (#1161) 2017-02-16 00:59:42 +05:30
page-loader.js Merge branch 'master' into v3-beta 2017-07-09 09:57:56 +05:30
prefetch.js fix prefetch url (#1154) 2017-02-15 15:01:03 +01:00
shallow-equals.js Added linting using standard (#27) 2016-10-16 17:00:17 -07:00
side-effect.js Create displayName util (#2286) 2017-06-19 18:33:02 +05:30
utils.js Create displayName util (#2286) 2017-06-19 18:33:02 +05:30