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 1aade36f13
Exposing configuration to the server / client side (minor) (#3882)
* Add next/config

* Set config on server start / client render

* Add documentation for next/config

* Add next/config support for next export

* Fix test

* Use the correct name

* Set default to empty object on the client side

* Add config tests

* Rename config to runtimeConfig
2018-02-26 12:03:27 +01:00
..
build Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
lib Use a latest version of path-to-regexp for path-match (#3655) 2018-02-01 19:54:09 +01:00
config.js Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
document.js fix w3c warnings (#3572) 2018-02-21 18:45:51 +05:30
export.js Exposing configuration to the server / client side (minor) (#3882) 2018-02-26 12:03:27 +01:00
hot-reloader.js Make pageExtensions configurable (#3787) 2018-02-14 20:50:41 +05:30
index.js Exposing configuration to the server / client side (minor) (#3882) 2018-02-26 12:03:27 +01:00
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js Read compiler.context instead of this.context (#3839) 2018-02-19 13:19:59 +05:30
render.js Exposing configuration to the server / client side (minor) (#3882) 2018-02-26 12:03:27 +01:00
require.js Fix SSR error handling in the global scope (#3877) 2018-02-24 18:49:08 +05:30
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