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
Separate my build in it's different stages (development, staging, production)
Be able to do quick development where everything is not always optimized when using the next dev server
Background
While trying to build and prototype my site or app I keep having these large loading times do to Image Optimization or having the "output: export" but I have to currently set things to false or comment out the output setting when doing development and revert before I push to production.
Proposal
I would like the feature to simply have a --config option so
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
Background
While trying to build and prototype my site or app I keep having these large loading times do to Image Optimization or having the "output: export" but I have to currently set things to false or comment out the output setting when doing development and revert before I push to production.
Proposal
I would like the feature to simply have a
--config
option sonext dev --config next.config.dev.js
Beta Was this translation helpful? Give feedback.
All reactions