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
Naoyuki Kanezawa 798fd3c1e8 Fix custom document compilation (#534)
* compile _document using webpack

* don't emit the bundle file of _document.js

* exclude _document.js from minChunks of CommonsChunkPlugin

* handle creation/removal of pages/_document.js

* improve path handlings
2016-12-27 15:28:19 -08:00
..
build Fix custom document compilation (#534) 2016-12-27 15:28:19 -08:00
config.js Add X-Powered-By header. (#416) 2016-12-19 07:27:47 -08:00
document.js make sure to flush styles and head (#459) 2016-12-21 07:57:25 -08:00
hot-reloader.js Fix custom document compilation (#534) 2016-12-27 15:28:19 -08:00
index.js fix config path (#537) 2016-12-27 15:27:51 -08:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
read.js server/read: remove unused argument 2016-10-17 11:19:42 +09:00
render.js make sure to flush styles and head (#459) 2016-12-21 07:57:25 -08:00
require.js write assets to disk 2016-10-16 04:49:42 +09:00
resolve.js add error page for debug 2016-10-19 21:41:45 +09:00
router.js initial source 2016-10-06 08:52:50 +09:00