Replies: 2 comments
-
I noticed this today as well with Towards the top of First iteration
Second iteration
Not sure why, but I'm assuming |
Beta Was this translation helpful? Give feedback.
0 replies
-
how to solve? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
So with my current setup, I noticed that the in dev mode

next dev
thenext.config.js
export runs twice.The
isDev, isProd, isStaging
console log happens within the building phase and I would expect it to run once.I never experienced this with the previous versions.
Here is the example of my current next.config.js: https://github.com/PaulPCIO/nextjs-boilerplate-ts/blob/master/next.config.js
Beta Was this translation helpful? Give feedback.
All reactions