rsnext/packages/next/server/lib
Jan Potoms cefbcadf45
Make page path case sensitive in dev (#8848)
URL paths are case sensitive, MacOS file system is case insensitive. This PR makes sure development mode doesn't find pages that don't have the casing as specified in the URL.

Will clean up and write a test when agreed on this approach.

Fixes https://github.com/zeit/next.js/issues/8825
Fixes https://github.com/zeit/next.js/issues/8847
Fixes https://github.com/zeit/next.js/issues/9080
2020-05-26 12:50:28 +00:00
..
error-overlay-middleware.ts launch-editor 2020-03-30 16:26:25 -04:00
find-page-file.ts Make page path case sensitive in dev (#8848) 2020-05-26 12:50:28 +00:00
start-server.ts Add identifier to NEXT_DATA when custom server is used (#10869) 2020-03-06 11:14:39 -05:00
utils.ts fix crash when NODE_OPTIONS includes --inspect-port (#12555) 2020-05-18 13:14:41 -04:00