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
I'm running into an error when trying to build a Next.js project using Bun. The build fails with:
TypeError: Expected CommonJS module to have a function wrapper. If you weren't messing around with Bun's internals, this is a bug in Bun
at anonymous (null)
This only happens when I run the build with:
bun --bun build
Building with other configurations works as expected.