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
Tim Neutkens 098f3fd7e9
Rename dist to server to be more consistent (#4506)
Previously we called this directory holding the pages/chunks for server rendering `.next/dist` instead of `.next/server` which is confusing both when looking at it and in the codebase, since there's also `distDir` as a configuration option.

Also made this a constant in `next/constants` so functionality using this can be easily found.
2018-05-31 20:56:04 +02:00
..
build Rename dist to server to be more consistent (#4506) 2018-05-31 20:56:04 +02:00
lib Support Node 6 again. check if async/await is supported (#4283) 2018-05-06 18:39:29 +02:00
config.js Allow BUILD_ID to be set using generateBuildId (minor) (#3873) 2018-03-31 16:34:52 +02:00
document.js Expose app.js (#4129) 2018-04-12 10:33:22 +02:00
export.js Rename dist to server to be more consistent (#4506) 2018-05-31 20:56:04 +02:00
hot-reloader.js Add check for added/deleted pages (#4497) 2018-05-29 19:32:16 +02:00
index.js Default query to {}, same behaviour as next export (#4466) 2018-05-25 14:27:18 +02:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js Remove mz-fs and glob-promise (#4026) 2018-03-30 20:29:42 +05:30
render.js Rename dist to server to be more consistent (#4506) 2018-05-31 20:56:04 +02:00
require.js Rename dist to server to be more consistent (#4506) 2018-05-31 20:56:04 +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 Universal Webpack (#3578) 2018-01-30 16:44:44 +01:00