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
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you.
vercel
locked as resolved and limited conversation to collaborators
Jan 27, 2022
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
What version of Next.js are you using?
12.0.3
What version of Node.js are you using?
14
What browser are you using?
.
What operating system are you using?
Mac
How are you deploying your application?
.
Describe the Bug
https://github.com/vercel/next.js/blob/canary/packages/next/server/config-shared.ts#L2
You are importing webpack5 from 'dist' in a ts file and that file only exports webpack, this prevents us from compiling an npm package that depends on next@^12.0.3
Expected Behavior
...
To Reproduce
Just compile a package that depends on
next
(https://github.com/bluelibs/bluelibs/pull/109/files)
The text was updated successfully, but these errors were encountered: