ESM
#29348
Replies: 1 comment
-
Since Next.js 12, support for ESM modules is automatically enabled. #29878 |
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
-
ESM in Next.js is getting there, but we still have a bit to go. Here we discuss the best ways to get it going and progress towards its implementation.
The
esmExternals
option was intended to make it easier for ESM modules to be loaded. You can discuss cases where that didn't happen and potential solutions to it in a previous discussion: #27876Beta Was this translation helpful? Give feedback.
All reactions