Next.js Discord

Discord Forum

Disable ESM support

Unanswered
Giant panda posted this in #help-forum
Open in Discord
Giant pandaOP
Hey! Is there a way to nudge nextjs to keep using CommonJS instead of ESM in nextjs 13? The preference for ESM when available causes some issues with some packages that support both and have dependencies on non-ESM libraries. If we can make sure it uses a consistent format across the board this would be solved.

0 Replies