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
Luc f8dfe026ec Show warning if there is a title in _document.js's Head (#5160)
* show warning if there is a title in _document.js Head

* dont loop through children in production

* only 1 loop through this.props.children 💪

* also raise warning in test env

* check for null childs
2018-09-28 00:24:12 +02:00
..
lib Move out start method from server (#5315) 2018-09-27 21:10:53 +02:00
config.js Replace uuid with nanoid (#4987) 2018-08-23 17:02:47 +02:00
document.js Show warning if there is a title in _document.js's Head (#5160) 2018-09-28 00:24:12 +02:00
hot-reloader.js Improvements to on-demand-entries (#5176) 2018-09-16 16:06:02 +02:00
index.js Move out start method from server (#5315) 2018-09-27 21:10:53 +02:00
next.js Move out start method from server (#5315) 2018-09-27 21:10:53 +02:00
on-demand-entry-handler.js Improvements to on-demand-entries (#5176) 2018-09-16 16:06:02 +02:00
render.js Introduce dynamic(() => import()) (#5249) 2018-09-25 15:27:09 +02:00
require.js Clean up references to this.dir and this.dist everywhere (#4535) 2018-06-04 15:45:39 +02:00
router.js Use a latest version of path-to-regexp for path-match (#3655) 2018-02-01 19:54:09 +01:00
utils.js [WIP] Webpack 4, react-error-overlay, react-loadable (#4639) 2018-07-24 11:24:40 +02:00