Expectations and Edge Cases for next.config.ts
#62748
Unanswered
devjiwonchoi
asked this question in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello engineers, #57656 is close to the end of being shipped(I wish), and would like to hear about your expectations, edge cases, or concerns.
The PR is covering the following cases:
{ x as default }
node_modules
Native ESM (package.json
type: module
).cts
.cjs
.js
(ESM)CJS
next.config.mts
.mts
.mjs
.js
(CJS)Feel free to suggest any missing cases you expect to be covered, I hope we can ship it to handle most cases!
Below are the questions I'd like to know to improve current behavior:
next.config.ts
support?.next
, how much would it negatively affect your DX?.cts
extension for config? If so, what are the use cases that you need and why?Beta Was this translation helpful? Give feedback.
All reactions