Skip to content

Commit

Permalink
chore: remove experimental warning for next-config-ts (#71297)
Browse files Browse the repository at this point in the history
### Why?

Is not experimental, but has some restrictions (module resolution to
CJS, incompatible with ESM-only packages or syntax).
  • Loading branch information
devjiwonchoi authored Oct 15, 2024
1 parent 7ebe18b commit b14b0ff
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions packages/next/src/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1034,9 +1034,6 @@ export default async function loadConfig(
nextConfigPath: path,
cwd: dir,
})
curLog.warn(
`Configuration with ${configFileName} is currently an experimental feature, use with caution.`
)
} else {
userConfigModule = await import(pathToFileURL(path).href)
}
Expand Down

0 comments on commit b14b0ff

Please sign in to comment.