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 68738d1c90 Use deterministic names for dynamic import (#2788)
* Always use the same name for the same dynamic import.

* Add unit tests for the modulePath generation.

* Allow tests to run correctly on Windows.

* Make the chunk name a bit pretty.

* Fix tests to run on Windows.
2017-08-16 22:44:00 +05:30
..
build Use deterministic names for dynamic import (#2788) 2017-08-16 22:44:00 +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 Fix the route redirect error when we've multiple path params. (#2652) 2017-07-26 22:31:49 +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