1
0
Fork 0
mirror of https://github.com/terribleplan/next.js.git synced 2024-01-19 02:48:18 +00:00
next.js/packages/next-server/server
Tim Neutkens 261eb16308
Only check if BUILD_ID exists when reading throws error (#5834)
We don't have to check if the file already exists here, since it's always in production mode (dev overrides the readBuildId method to always be `development`) If the file is not found (error is thrown) we check if the file exists. If not we throw a helpful error. In other cases we throw the original error.
2018-12-06 16:46:53 +01:00
..
lib Handle decoding errors correctly (#5589) 2018-11-04 01:22:33 +01:00
config.js Remove flow types (#5704) 2018-11-21 16:04:37 +01:00
next-server.js Only check if BUILD_ID exists when reading throws error (#5834) 2018-12-06 16:46:53 +01:00
render.js Use Typescript to transpile Next.js core files instead of Babel (#5747) 2018-11-28 15:03:02 +01:00
require.js next-server (#5357) 2018-10-02 00:55:31 +02:00
router.js next-server (#5357) 2018-10-02 00:55:31 +02:00
utils.js Refactor rendor verification to validate if it's a blocked page. (#5686) 2018-11-18 20:44:50 +01:00