mirror of
https://github.com/terribleplan/next.js.git
synced 2024-01-19 02:48:18 +00:00
261eb16308
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. |
||
---|---|---|
.. | ||
lib | ||
config.js | ||
next-server.js | ||
render.js | ||
require.js | ||
router.js | ||
utils.js |