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 903f15acc4 Make pageExtensions configurable (#3787)
* Make page require faster

* Add windows search/replace

* Use normalize instead of resolve

* Add remaining tests

* Use sep instead of /

* Add test files

* Make component require faster

* Add console.error

* Make pageExtensions configurable

* Remove resolve.js

* Add test for `.jsx`

* Also resolve `/nav/index` and the likes

* Normalize page paths

* Use config passed off by webpack
2018-02-14 20:50:41 +05:30
..
build Make pageExtensions configurable (#3787) 2018-02-14 20:50:41 +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 Make pageExtensions configurable (#3787) 2018-02-14 20:50:41 +05:30
document.js Implement proper error handling (#3749) 2018-02-13 16:13:22 +01:00
export.js Get config from one location (#3801) 2018-02-14 20:47:41 +05:30
hot-reloader.js Make pageExtensions configurable (#3787) 2018-02-14 20:50:41 +05:30
index.js Get config from one location (#3801) 2018-02-14 20:47:41 +05:30
next.js Programmatic API (#310) 2016-12-16 12:33:08 -08:00
on-demand-entry-handler.js Make pageExtensions configurable (#3787) 2018-02-14 20:50:41 +05:30
render.js Get config from one location (#3801) 2018-02-14 20:47:41 +05:30
require.js Implement proper error handling (#3749) 2018-02-13 16:13:22 +01: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