rsnext/server
Arunoda Susiripala 2f7e459210 Make dynamic import spec compliant. (#2612)
* Make dynamic import spec compliant.
Now we simply return the whole module incl. default field
In 'next/dynamic' we pick the default field if there is.
Since modules with default is mostly used next/dynamic, for the enduser, this change has no effect.

* Rename module into m
Using module could be confusing.
2017-07-20 23:21:04 +05:30
..
build Make dynamic import spec compliant. (#2612) 2017-07-20 23:21:04 +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