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
When using next dev to run my application in development mode with Next.js 11.1, the console gets repeated "Using external babel configuration" lines. This used to only be a single line before Next.js 11.1.
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
11.1.0
What version of Node.js are you using?
16.3.0
What browser are you using?
Firefox
What operating system are you using?
Gentoo GNU/Linux
How are you deploying your application?
next start
Describe the Bug
When using
next dev
to run my application in development mode with Next.js 11.1, the console gets repeated "Using external babel configuration" lines. This used to only be a single line before Next.js 11.1.The issue seems to have started after #26570.
Expected Behavior
For the message to only print once.
To Reproduce
.babelrc
next dev
The text was updated successfully, but these errors were encountered: