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 5017f91d23 Allow next.config.js to export a function (#3867)
* Allow next.config.js to export a function

* Expose phases to the configuration function

* Use same value as variable name

* Add next/constants

* Add documentation for config function / phases

* Add constants.js to npm bundle
2018-02-23 19:12:06 +05:30
..
build Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
lib
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 Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
hot-reloader.js Make pageExtensions configurable (#3787) 2018-02-14 20:50:41 +05:30
index.js Allow next.config.js to export a function (#3867) 2018-02-23 19:12:06 +05:30
next.js
on-demand-entry-handler.js Read compiler.context instead of this.context (#3839) 2018-02-19 13:19:59 +05:30
render.js Remove special error script handling (#3849) 2018-02-21 23:11:25 +05:30
require.js Implement proper error handling (#3749) 2018-02-13 16:13:22 +01:00
router.js
utils.js