You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have an option to build your Apps /.next/cache/ folder and ALL it's contents during build time instead of on request.
Non-Goals
?
Background
DevOps team does not allow runtime generation of files because of teams overusing hard disk storage with that. During build time it's easier to limit the size of the total image can be.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Goals
Non-Goals
Background
DevOps team does not allow runtime generation of files because of teams overusing hard disk storage with that. During build time it's easier to limit the size of the total image can be.
Proposal
npm run build --pre-build-all-cache-assets
Beta Was this translation helpful? Give feedback.
All reactions